Trending questions in Power BI

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,340 points
3,397 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,908 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
838 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,889 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
982 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
987 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
1,208 views
0 votes
1 answer

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

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

Nov 12, 2018 in Power BI by Upasana
• 8,620 points
1,923 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,409 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
1,142 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
2,326 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
921 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
1,162 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
2,153 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,683 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,843 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,520 points
2,056 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,802 views
+7 votes
4 answers

What is Business Intelligence

Business In Intelligence is a set of ...READ MORE

Oct 10, 2018 in Power BI by Kalgi
• 52,340 points
2,029 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,520 points
1,854 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
760 views
0 votes
1 answer

To Develop PowerBI Visuals

A few comments on your graphic. You ...READ MORE

Nov 15, 2018 in Power BI by Upasana
• 8,620 points
728 views
+1 vote
1 answer

How can I share and protect an Excel document online (using Powerpivot), without Sharepoint & Power BI?

Take a look again at Power BI. ...READ MORE

Oct 23, 2018 in Power BI by Annie97
• 2,160 points
1,582 views
0 votes
1 answer

How Do I Find Power BI users that have signed in

If you are a tenant admin, and ...READ MORE

Oct 15, 2018 in Power BI by Hannah
• 18,520 points
1,875 views
+1 vote
1 answer

Difference between Power BI Desktop client and web client

One of the reason I rely on ...READ MORE

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

Authorization in Azure Active Directory without using dialog

I once happened to do this without ...READ MORE

Oct 25, 2018 in Power BI by Surendra
1,326 views
0 votes
1 answer

Dax code for calculated columns

I would recommend you to adjust the ...READ MORE

Oct 22, 2018 in Power BI by Hannah
• 18,520 points
1,434 views
0 votes
1 answer

Power BI : Time-based drill downs powered by Azure Data Warehouse

I don't really think you need to ...READ MORE

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

use Power BI's Row Level security to implement employee filter

We also have a similar feature in ...READ MORE

Oct 22, 2018 in Power BI by Hannah
• 18,520 points
1,273 views
0 votes
1 answer

How is Power BI Report Server different from SQL Server Reporting Services and the Power BI online service

Power BI report server is deployed on-premises ...READ MORE

Oct 15, 2018 in Power BI by Hannah
• 18,520 points
1,574 views
0 votes
1 answer

Dax query in power bi

Here is my table before I have ...READ MORE

Oct 22, 2018 in Power BI by Hannah
• 18,520 points
1,243 views
0 votes
1 answer

Calculate Time Intersection to Correlate Sequences of Independent Events

I think this solution requires a CROSS JOIN implementation. ...READ MORE

Oct 26, 2018 in Power BI by Upasana
• 8,620 points
999 views
0 votes
1 answer

How to publish .pbix report from power bi desktop to power bi service directly?

To save powerbi file directly to report ...READ MORE

Sep 27, 2018 in Power BI by Kalgi
• 52,340 points
2,232 views
0 votes
1 answer

Real time power bi dashboard update without refreshing the browser

The only solution possible by code - ...READ MORE

Sep 28, 2018 in Power BI by Kalgi
• 52,340 points
2,171 views
0 votes
1 answer

How do I know who in my organization has a Power BI account?

You can view the Azure Active Directory ...READ MORE

Oct 15, 2018 in Power BI by Hannah
• 18,520 points
1,395 views
+2 votes
2 answers

Migrate power bi collection to power bi embedded

I agree with Kalgi, this method is ...READ MORE

Oct 11, 2018 in Power BI by Hannah
• 18,520 points
1,867 views
0 votes
1 answer

​Embed Power BI dashboard tile and make it auto update

This feature is not currently available with ...READ MORE

Sep 28, 2018 in Power BI by Kalgi
• 52,340 points
2,050 views
0 votes
1 answer

How do I format the KPI in Power BI

format the KPI by selecting the paint ...READ MORE

Oct 9, 2018 in Power BI by Kalgi
• 52,340 points
1,508 views
0 votes
1 answer

Convert an expression from SQL to Power BI

Use the following expression: MyTemperatureTable = FILTER ( Device1234, ...READ MORE

Oct 22, 2018 in Power BI by Hannah
• 18,520 points
859 views
0 votes
1 answer

Applying multiple filters in PBI Embed URL

Well, that is actually a limitation in ...READ MORE

Aug 21, 2018 in Power BI by DataKing99
• 8,250 points
3,510 views
+4 votes
3 answers

Will Power BI take over MS Excel

Well, if your taking about just data ...READ MORE

Sep 26, 2018 in Power BI by Vardhan
• 13,130 points
1,715 views
0 votes
1 answer

Error saying - UNKNOWN RangeError: Maximum call stack size exceeded"

It happens when tsconfig.json contains *.js files ...READ MORE

Oct 3, 2018 in Power BI by Kalgi
• 52,340 points
1,601 views
0 votes
1 answer

Install Power BI Desktop

It’s a pretty simple process. All you ...READ MORE

Oct 9, 2018 in Power BI by Kalgi
• 52,340 points
1,343 views
0 votes
1 answer

What Browsers do Power BI support?

These are the browsers supported bu Power ...READ MORE

Oct 15, 2018 in Power BI by Hannah
• 18,520 points
1,066 views
0 votes
1 answer

How many reports can be created in one Power BI reports

You have a limit of 1000 datasets ...READ MORE

Sep 24, 2018 in Power BI by Hannah
• 18,520 points
1,945 views
0 votes
1 answer

Can I publish the Power BI dashboards directly to client’s website?

You can Use Publish to web feature. ...READ MORE

Sep 28, 2018 in Power BI by Kalgi
• 52,340 points
1,764 views
0 votes
1 answer

Power Bi Dax Table

You need to wrap the numbers in ...READ MORE

Oct 5, 2018 in Power BI by Kalgi
• 52,340 points
1,388 views
0 votes
1 answer

How do Report server e-mail deliver reports?

Report server e-mail delivery can deliver reports ...READ MORE

Oct 15, 2018 in Power BI by Hannah
• 18,520 points
909 views
0 votes
1 answer

Few tips before I start creating Power BI dashboard

It’s always advisable to begin with the data ...READ MORE

Oct 9, 2018 in Power BI by Kalgi
• 52,340 points
1,157 views
0 votes
1 answer

what is power BI report server

Power BI Report Server is an on-premises ...READ MORE

Oct 15, 2018 in Power BI by Hannah
• 18,520 points
877 views