Trending questions in Power BI

0 votes
1 answer

Using Treemap as a filter

What you want is possible using the ...READ MORE

Dec 17, 2018 in Power BI by Shubham
• 13,490 points
4,154 views
+1 vote
2 answers

Passing parameters to Power BI filter programmatically

In addition to @Kalgi's answer, there's another ...READ MORE

Sep 19, 2018 in Power BI by Nilesh
• 7,050 points
7,888 views
0 votes
1 answer

Power Query : Adding Columns and Multiple files

The following call, FirstRowAsHeader = Table.PromoteHeaders(TableWithoutHeader) shall replace the ...READ MORE

Feb 14, 2019 in Power BI by Upasana
• 8,620 points
1,452 views
0 votes
1 answer

How to Install Power BI in Windows

Hi, Anitha Go to this Link https://powerbi.microsoft.com/en-us/downloads/ Then click on ...READ MORE

Feb 28, 2019 in Power BI by Cherukuri
• 33,030 points
741 views
0 votes
1 answer

Embedding a dashboard using Java in Power BI

Make sure to use the correct embedURL, ...READ MORE

Nov 30, 2018 in Power BI by Shubham
• 13,490 points
4,579 views
0 votes
1 answer

How do you create visualizations in Power BI?

Visualizations in Power BI Visuals are the end-result ...READ MORE

Feb 27, 2019 in Power BI by Phalguni
• 1,020 points
662 views
0 votes
1 answer

How to export Power Queries from One Workbook to Another with VBA?

Try solving it using the Workbook. Query ...READ MORE

Oct 22, 2018 in Power BI by Annie97
• 2,160 points
5,982 views
0 votes
1 answer

Locating closest match based on Latitude & Longitude

First of all, we need to use the ...READ MORE

Jan 2, 2019 in Power BI by Shubham
• 13,490 points
2,844 views
0 votes
1 answer

Replace “yes” found in one list with the actual string from another list

Objective : The idea is to use List.Transform twice, ...READ MORE

Feb 19, 2019 in Power BI by Upasana
• 8,620 points
551 views
0 votes
1 answer

Time Series Chart in Power BI

Your Date format should be handled by ...READ MORE

Nov 26, 2018 in Power BI by Upasana
• 8,620 points
4,225 views
0 votes
1 answer

Row Level Security not applied through LOOKUPVALUE in Default filter [closed]

I see what you mean now. LOOKUPVALUE appears to ...READ MORE

Nov 8, 2018 in Power BI by Upasana
• 8,620 points
4,932 views
0 votes
2 answers

Using R packages in Power BI

You can use the powerful R programming language to ...READ MORE

Feb 8, 2019 in Power BI by rajesh
• 1,270 points
692 views
0 votes
1 answer

Bar chart : Arranging in descending order using data from another chart

Select treemap.  Make it active.  Turn on Visual Interactions ...READ MORE

Feb 8, 2019 in Power BI by Upasana
• 8,620 points
499 views
0 votes
1 answer

Power BI Service : System.Object type is not supported

You have to modify the stream analytics ...READ MORE

Feb 7, 2019 in Power BI by Shubham
• 13,490 points
536 views
0 votes
1 answer

How to load file to Excel Power query from SFTP site

Currently, I don't think there is a ...READ MORE

Dec 3, 2018 in Power BI by Upasana
• 8,620 points
3,248 views
0 votes
1 answer

Pivot table drill down functionality in Power BI

There is a clear deficit in the ...READ MORE

Dec 3, 2018 in Power BI by Upasana
• 8,620 points
3,184 views
+2 votes
2 answers

Power BI service throwing 403 error when using token to embed Power BI report

To add to @Kalgi's answer, Also make ...READ MORE

Oct 3, 2018 in Power BI by Nilesh
• 7,050 points
5,503 views
0 votes
1 answer

Passing a parameter to Power BI Embedded via embedded URL

Add the following to the end of ...READ MORE

Oct 23, 2018 in Power BI by Annie97
• 2,160 points
4,726 views
+1 vote
2 answers

403 error thrown by power bi report server when trying to get list of data sets

Hey @saranya, Try removing the header and ...READ MORE

Oct 29, 2018 in Power BI by Kalgi
• 52,360 points
4,177 views
+1 vote
1 answer

getting client-credentials access token to authorize Power BI

Try and make sure that the app ...READ MORE

Oct 17, 2018 in Power BI by Annie97
• 2,160 points
4,630 views
0 votes
1 answer

How can I search for multiple strings?

A simple solution is this: List.ContainsAny(Text.SplitAny("This is a test ...READ MORE

Oct 24, 2018 in Power BI by Upasana
• 160 points
4,250 views
0 votes
1 answer

Call endpoint from Kubernetes Cron Job

CronJobs are a good choice. Here's a ...READ MORE

Sep 27, 2018 in Power BI by Kalgi
• 52,360 points
5,111 views
0 votes
1 answer

Excel Power Query: Using List.MatchAny on a column value

try this. let TableA = ...READ MORE

Oct 22, 2018 in Power BI by Annie97
• 2,160 points
3,859 views
0 votes
1 answer

Connecting POWER BI web with AWS mysql database

So, there's no direct way to connect ...READ MORE

Nov 9, 2018 in Power BI by Shubham
• 13,490 points
2,982 views
0 votes
1 answer

Select Columns from table instead of removing afterwards in Power Query

Try this. let db = Sql.Databases("sqlserver.database.url"){[Name="DatabaseName"]}[Data], Sales_vDimCustomer = ...READ MORE

Oct 31, 2018 in Power BI by Shubham
• 13,490 points
3,252 views
0 votes
1 answer

Acquire access token from Azure AD for native app registration (PowerBI) using client credentials

AFAIK , Power BI REST API only ...READ MORE

Nov 12, 2018 in Power BI by Upasana
• 8,620 points
2,640 views
0 votes
1 answer

.Net Core 1.1 : Power BI Embedded

Hope this might be of some help ...READ MORE

Dec 27, 2018 in Power BI by Upasana
• 8,620 points
625 views
0 votes
1 answer

Embed URL-multiple filters in Power BI

With the release of 2.0.0 you can ...READ MORE

Oct 16, 2018 in Power BI by Annie97
• 2,160 points
3,551 views
0 votes
1 answer

Power Query: Adding a Special Case

Try adding a Group By with Minimum ...READ MORE

Dec 27, 2018 in Power BI by Upasana
• 8,620 points
440 views
0 votes
1 answer

Error:connecting to Azure SSAS server in Power-BI through Import mode

If I understand correctly, you're connecting to ...READ MORE

Nov 9, 2018 in Power BI by Upasana
• 8,620 points
2,433 views
0 votes
1 answer

Power BI Desktop : Npgsql 3.0.3 error

You can fix this issue by installing the ...READ MORE

Dec 14, 2018 in Power BI by Upasana
• 8,620 points
827 views
0 votes
2 answers

DataFormat.Error Power BI Desktop

The invalid escape sequence is caused by ...READ MORE

Sep 25, 2018 in Power BI by Nilesh
• 7,050 points
4,153 views
0 votes
1 answer

Power BI DAX expression more than 2 or conditon

Heyyy @Hannah, you just need remove or ([principlecode] = ...READ MORE

Oct 29, 2018 in Power BI by Kalgi
• 52,360 points
2,704 views
0 votes
1 answer

Using R packages in Power BI

When you're trying to use R on ...READ MORE

Dec 17, 2018 in Power BI by Shubham
• 13,490 points
571 views
0 votes
1 answer

Power Query: Custom Columns

This call: FirstRowAsHeader = Table.PromoteHeaders(TableWithoutHeader) replaces the column names ...READ MORE

Dec 12, 2018 in Power BI by Upasana
• 8,620 points
652 views
0 votes
1 answer

powerbi embeded in .net core 1.1

See if it helps: https://www.nuget.org/packages/PowerBI.NetStandar ...READ MORE

Nov 28, 2018 in Power BI by Upasana
• 8,620 points
1,236 views
0 votes
1 answer

connecting to Power BI API using non-interactive authentication?

Try changing the resource URI: var result = ...READ MORE

Oct 30, 2018 in Power BI by Shubham
• 13,490 points
2,019 views
0 votes
1 answer

Call Azure API with nextLink (next page) in Power BI

Here is something you could try or ...READ MORE

Nov 12, 2018 in Power BI by Upasana
• 8,620 points
1,406 views
0 votes
1 answer

Power BI : Creating time factors

Go to Edit Queries window of Power BI Desktop. ...READ MORE

Nov 30, 2018 in Power BI by Shubham
• 13,490 points
611 views
0 votes
1 answer

Power BI : text case changing automatically

Power BI doesn't handle case sensitivity that ...READ MORE

Nov 27, 2018 in Power BI by Shubham
• 13,490 points
715 views
0 votes
1 answer

Embedding Power Bi Report Promise is not defined powerbi.js

IE does not yet support Promise. You ...READ MORE

Oct 30, 2018 in Power BI by Shubham
• 13,490 points
1,794 views
0 votes
1 answer

Many to many relationship in BI

This is an error in the documentation.  As ...READ MORE

Nov 28, 2018 in Power BI by Upasana
• 8,620 points
513 views
0 votes
1 answer

To create link visual in Power BI

You can disable sandboxing by adding this ...READ MORE

Nov 22, 2018 in Power BI by Upasana
• 8,620 points
654 views
0 votes
1 answer

Power Query Web request results in “CR must be followed by LF” Error

What I think is, it might look ...READ MORE

Oct 29, 2018 in Power BI by Shubham
• 13,490 points
1,593 views
0 votes
1 answer

How can i see my plugin name in the Power BI Visual plugin List ?

there is a couple of errors in your ...READ MORE

Nov 8, 2018 in Power BI by Upasana
• 8,620 points
1,119 views
0 votes
1 answer

adhoc reporting in power bi

Yse a DAX measure to calculate the ...READ MORE

Oct 22, 2018 in Power BI by Hannah
• 18,570 points
1,693 views
+1 vote
1 answer

Show the latest value in PowerBi from ASA

Best you can do right now is ...READ MORE

Oct 25, 2018 in Power BI by Surendra
1,413 views
+3 votes
2 answers

Combine tables in Power BI

You can also achieve this using a ...READ MORE

Oct 5, 2018 in Power BI by lina
• 8,220 points

edited Oct 11, 2018 by Kalgi 2,139 views
0 votes
1 answer

Power BI : JSON data

Just beside each Record (if headers), are ...READ MORE

Nov 15, 2018 in Power BI by Upasana
• 8,620 points
451 views
0 votes
1 answer

list reports with calculated percentage in Power BI using dax

Create a Measure called Total Revenue: Total Revenue = SUMX( ...READ MORE

Oct 22, 2018 in Power BI by Hannah
• 18,570 points
1,373 views