Most viewed questions in Power BI

0 votes
1 answer

How to load large images in PowerBi

To get around this, separate the image's ...READ MORE

Mar 2, 2022 in Power BI by gaurav
• 23,260 points
1,360 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,360 points
1,357 views
0 votes
1 answer

PowerBI - Actual & Planned Dates on Same X Axis

Yes, you may add two date columns ...READ MORE

Feb 15, 2022 in Power BI by CoolCoder
• 4,420 points
1,351 views
0 votes
1 answer

Method not found: Void Microsoft.PowerBI.Api.V2.PowerBIClient..ctor - Power BI Embedded

There appears to be a version difference ...READ MORE

Mar 14, 2022 in Power BI by gaurav
• 23,260 points
1,340 views
+1 vote
0 answers

Profit & Loss DAX table help

Below shows the report I am working ...READ MORE

Aug 6, 2019 in Power BI by John
• 130 points
1,324 views
0 votes
1 answer

How to add an image to power bi report – power bi web

There are visuals (e.g. table) that can ...READ MORE

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

Power BI- How to make a waterfall chart?

Hi Nithin, Follow these steps to make a ...READ MORE

Mar 26, 2019 in Power BI by Cherukuri
• 33,030 points
1,303 views
0 votes
1 answer

Calculate average speed in Powerbi using DAX

To calculate the average speed for automobiles ...READ MORE

Jun 20, 2023 in Power BI by Neelam
• 1,380 points
1,302 views
0 votes
1 answer

Display data points below chart when bar is selected.

You can use a matrix visual just ...READ MORE

Nov 12, 2020 in Power BI by Gitika
• 65,890 points
1,284 views
0 votes
1 answer

How to connect Github with power BI?

There are few steps which we need ...READ MORE

Nov 19, 2020 in Power BI by Gitika
• 65,890 points
1,283 views
+2 votes
2 answers

Count text values from different columns

You can try duplicating the category columns ...READ MORE

Aug 29, 2019 in Power BI by anonymous
• 33,030 points
1,281 views
0 votes
1 answer

Calculate and filter function - DAX

Hi Praneeth, Calculate () by default perform calculations ...READ MORE

May 2, 2019 in Power BI by Cherukuri
• 33,030 points
1,280 views
0 votes
1 answer

Direct Query Report gateway connection error

There can be many reasons for this ...READ MORE

Nov 19, 2020 in Power BI by Gitika
• 65,890 points
1,275 views
0 votes
1 answer

How to measure as date variable when calculating time periods in Powerpivot?

You were pretty close - the trick ...READ MORE

Oct 8, 2020 in Power BI by Andi Mohor
1,274 views
0 votes
1 answer

Find number of days between 2 dates.

Hi Sindhu, Create a column with below code. ...READ MORE

Apr 8, 2019 in Power BI by Cherukuri
• 33,030 points
1,271 views
0 votes
1 answer

How to connect to sql server from power Bi?

Hi, Follow these steps to connect to SQL ...READ MORE

Mar 22, 2019 in Power BI by Cherukuri
• 33,030 points
1,269 views
0 votes
1 answer

Setup Python with Power BI.

Follow the below steps: 1. Install python in ...READ MORE

Jun 21, 2019 in Power BI by Cherukuri
• 33,030 points
1,268 views
0 votes
1 answer

How to refresh a gateway running on Azure VM?

You can easily resolve this error by ...READ MORE

Jun 10, 2019 in Power BI by Avantika
• 1,520 points
1,264 views
0 votes
1 answer

Power BI getting 2 week back same day value

You can use DATEADD() function to compute the 14 ...READ MORE

Apr 5, 2019 in Power BI by Upasana
• 8,620 points
1,263 views
0 votes
2 answers

Transform a heavy calculated measure (accumulated) into a column in Power BI

Hello, @Marinafr, If you are using Pro License ...READ MORE

Oct 23, 2020 in Power BI by Rajiv
• 8,910 points
1,260 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,360 points
1,255 views
+1 vote
1 answer

display the count of rows matching some criteria

Do you want to show a table ...READ MORE

Aug 5, 2019 in Power BI by anonymous
• 33,030 points
1,244 views
0 votes
1 answer

create interactive R plots in Power BI

 Right now Power BI only supports render ...READ MORE

Sep 20, 2018 in Power BI by Kalgi
• 52,360 points
1,240 views
0 votes
1 answer

Programmatically sign in - power bi

Basically: POST request to: https://login.microsoftonline.com/common/oauth2/token Body, form-url-encoded: grant_type: "password" scope: "openid" resource: "https://analysis.windows.net/powerbi/api" client_id: ...READ MORE

Sep 19, 2018 in Power BI by Kalgi
• 52,360 points
1,238 views
0 votes
1 answer

Error refreshing dataset with direct query using on-premise gateway connection

What is your data source type? Could ...READ MORE

Nov 19, 2020 in Power BI by anonymous
• 65,890 points
1,220 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,190 points
1,220 views
0 votes
1 answer

Adding values of two columns in two tables

Hi Anshuli, You can either create a separate ...READ MORE

Apr 10, 2019 in Power BI by Cherukuri
• 33,030 points
1,211 views
0 votes
1 answer

How to add page tooltips to Power BI Report?

Follow the below steps: 1. Create multiple pages in ...READ MORE

Oct 30, 2019 in Power BI by anonymous
• 33,030 points
1,207 views
0 votes
1 answer

DAX / PowerPivot query functions to spread aggregated values over time period

The solution below assumes a table called ...READ MORE

Oct 5, 2020 in Power BI by Gitika
• 65,890 points
1,206 views
0 votes
1 answer

Power BI : Counting Failures

Try the following measure: Count of fails = ...READ MORE

Apr 5, 2019 in Power BI by Upasana
• 8,620 points
1,200 views
+1 vote
1 answer

Summary Table

Hi, @Vnk Summary tables can be formed by ...READ MORE

Sep 5, 2019 in Power BI by Cherukuri
• 33,030 points
1,198 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,540 points
1,188 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,360 points
1,183 views
0 votes
0 answers

How to group rows in Power BI query editor?

Can someone explain the steps how can ...READ MORE

Feb 4, 2020 in Power BI by ggm
• 140 points
1,182 views
0 votes
1 answer

Power BI : Status Count

Try COUNT, COUNTX, or COUNTROWS . READ MORE

Apr 26, 2019 in Power BI by Shubham
• 13,490 points
1,180 views
0 votes
1 answer

Custom title and logo in Power BI Report Server

Your title can always be added to ...READ MORE

Feb 9, 2022 in Power BI by CoolCoder
• 4,420 points
1,166 views
0 votes
1 answer

Custom Slicer with two calendar date pickers and custom periods?

This exact look and feel are not ...READ MORE

Nov 12, 2020 in Power BI by Gitika
• 65,890 points
1,164 views
0 votes
1 answer

Import data whose size exceeds the limit

​Chop your dataset into 500 sets, each ...READ MORE

Sep 25, 2018 in Power BI by Kalgi
• 52,360 points
1,156 views
0 votes
1 answer

R scripts for Importing Data in powerBI?

There may be times when you don’t ...READ MORE

Nov 11, 2020 in Power BI by Gitika
• 65,890 points
1,155 views
0 votes
1 answer

Generating NPV estimates in Powerquery for PowerBI

In Excel, Data Analysis Expressions (DAX) is ...READ MORE

Mar 14, 2022 in Power BI by gaurav
• 23,260 points
1,143 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,540 points
1,132 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,126 views
0 votes
1 answer

Embeded Power BI report with service principal using on premise SSAS as dataset

On the data gateway that is being ...READ MORE

Feb 23, 2022 in Power BI by CoolCoder
• 4,420 points
1,123 views
0 votes
1 answer

As a beginner, which bi tool do i need to learn to get job (tableau or power bi)?

Hey, If your focus is to get a ...READ MORE

Mar 16, 2020 in Power BI by Gitika
• 65,890 points
1,113 views
0 votes
1 answer

Total sales for orders till current date using MTD

Hi Riya, Use the below code to find ...READ MORE

May 2, 2019 in Power BI by Cherukuri
• 33,030 points
1,113 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,360 points
1,113 views
0 votes
1 answer

Data Manipulation with powerBI Dax

SELECTCOLUMNS is a function that adds computed ...READ MORE

Mar 14, 2022 in Power BI by gaurav
• 23,260 points
1,108 views
0 votes
0 answers

file must be character string

I am struggling with environmental asscocition analysis ...READ MORE

Mar 20, 2020 in Power BI by Girma
• 120 points
1,102 views
0 votes
0 answers

After connecting SharePoint List with Power BI, and editing data in query, all the data I want are in links

I've try so many ways to decode ...READ MORE

Jun 18, 2020 in Power BI by Dora
• 120 points
1,100 views
0 votes
1 answer

Exporting a table from Amazon RDS into a CSV file

To upload PostgreSQL data to S3, use ...READ MORE

Mar 2, 2022 in Power BI by gaurav
• 23,260 points
1,095 views