Trending questions in Power BI

0 votes
1 answer

How to get a regression summary in scikit-learn like R does?

In sklearn, there is no summary report ...READ MORE

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

Getting MS Power BI error when reading hive table through MapR drill odbc driver

The answer is that Microsoft Power BI ...READ MORE

Feb 22, 2022 in Power BI by surbhi
• 3,820 points
752 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,214 views
0 votes
1 answer

Power BI Embedded suspend and resume capacity using .NET SDK

In short, No. As the link you provided, ...READ MORE

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

Difference between PowerPivot, PowerQuery and Power BI

Query Power Power Query is an Excel add-in ...READ MORE

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

How do I count rows in one table based on values in another table using DAX?

If the tables are related, this is ...READ MORE

Sep 24, 2020 in Power BI by Gitika
• 65,770 points
22,637 views
0 votes
1 answer

Spell check in PowerBI

Simply navigate to another page and return ...READ MORE

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

Autorefresh the Power BI report with import Query

You should publish the report from the ...READ MORE

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

Categorised data in Power BI

Use a helper table to store these ...READ MORE

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

What is DAX in Power BI?

DAX is a programming language used in ...READ MORE

Feb 4, 2022 in Power BI by CoolCoder
• 4,420 points
761 views
0 votes
0 answers

Opening Stock Value In Powerbi

0 I am working on Cost of goods ...READ MORE

Feb 8, 2022 in Power BI by surbhi
• 3,820 points
456 views
0 votes
0 answers

Why use Power BI?

Feb 2, 2022 in Power BI by surbhi
• 3,820 points
372 views
0 votes
1 answer

How to Split Columns in Power BI?

Splitting columns in Power BI using the ...READ MORE

Jan 6 in Power BI by anonymous
• 1,380 points
883 views
0 votes
0 answers

What is DAX in Power BI?

What is DAX in Power BI? READ MORE

Jan 7, 2022 in Power BI by surbhi
• 3,820 points
399 views
+2 votes
1 answer

How to create measure out of column

To convert the LossValue column into a ...READ MORE

Apr 29 in Power BI by anonymous
• 1,380 points
944 views
0 votes
1 answer

How to create a new slicer to filter data by district manager in Power BI?

Follow the steps Open power bi  desktop nd ...READ MORE

Oct 10, 2023 in Power BI by Monika kale
952 views
0 votes
1 answer

How to rename a column using DAX in Power BI?

Hi Ramya, I found these two function that ...READ MORE

Aug 22, 2019 in Power BI by anonymous
• 33,030 points

edited Dec 31, 2021 by Soumya 36,975 views
+1 vote
3 answers

How to connect to oracle database from power Bi?

I use Devart ODBC drivers in order ...READ MORE

Dec 20, 2019 in Power BI by Tony
• 160 points
30,667 views
0 votes
0 answers

How to connect DimDate table to fact and dimensional tables?

Hi, I have fact table,Dim project , Dim ...READ MORE

Nov 20, 2021 in Power BI by asheni
• 120 points
373 views
0 votes
1 answer

How to convert a Integer to Text value in Power BI?

Make sure you have the correct format ...READ MORE

Dec 8, 2020 in Power BI by Gitika
• 65,770 points
12,850 views
0 votes
1 answer

What is the difference between DAX and Power Query?

DAX stands for Data Analysis Expressions. DAX ...READ MORE

Sep 24, 2020 in Power BI by Gitika
• 65,770 points
13,443 views
0 votes
1 answer

What do “Enable Load” and “Include In Report Refresh” mean/do?

"Include In Report Refresh" means query is ...READ MORE

Dec 21, 2020 in Power BI by Gitika
• 65,770 points
9,458 views
0 votes
1 answer

Using Multiple filters in DAX

CALCULATE is defined as CALCULATE(<expression>,<filter1>,<filter2>…) This means that you can ...READ MORE

Dec 22, 2020 in Power BI by Gitika
• 65,770 points
8,263 views
0 votes
1 answer

How do you Hide and Unhide a Specific Report in Power BI?

In the menu bar, choose the Selection ...READ MORE

Oct 20, 2020 in Power BI by Gitika
• 65,770 points
10,623 views
0 votes
1 answer

How can I use Power BI on my Ubuntu machine

Hey, @Jublleevdsl, Based on my research, currently, it ...READ MORE

Nov 23, 2020 in Power BI by Gitika
• 65,770 points
7,147 views
0 votes
1 answer

How to demote Headers in Power BI query editor?

Hi, There are the steps which you can ...READ MORE

Feb 3, 2020 in Power BI by Jitesh
19,201 views
0 votes
1 answer

Scraping Data from a website which uses Power BI - retrieving data from Power BI on a website

Putting the scroll part and the JSON ...READ MORE

Dec 22, 2020 in Power BI by Gitika
• 65,770 points
5,224 views
0 votes
1 answer
0 votes
1 answer

How to measure in DAX to calculate YTD for chosen month only for Power BI?

If you use the date column from FactTable, ...READ MORE

Dec 22, 2020 in Power BI by Gitika
• 65,770 points
4,870 views
0 votes
1 answer

Power BI (DAX): Distinct Count Filtered by Condition

You can go with this: DistinctCountActiveMonths = CALCULATE( ...READ MORE

Nov 18, 2020 in Power BI by anonymous
• 65,770 points
5,314 views
0 votes
1 answer

How to convert eight digit yyyymmdd to date using DAX in Power BI ?

You can go through this: column = IFERROR( ...READ MORE

Dec 8, 2020 in Power BI by Gitika
• 65,770 points
4,211 views
0 votes
1 answer

Using RELATED function in DAX with USERELATIONSHIP

Here's an example using the AdventureWorksDW data ...READ MORE

Nov 18, 2020 in Power BI by anonymous
• 65,770 points
4,930 views
0 votes
1 answer

How to create action button in Power BI?

Hi Raghav, Follow the below steps: 1. Click on ...READ MORE

Jun 20, 2019 in Power BI by Cherukuri
• 33,030 points
27,123 views
0 votes
1 answer

How to ignore a slicer for one measure, but apply it on another?

In order to ignore Slicer you need ...READ MORE

Oct 1, 2020 in Power BI by Gitika
• 65,770 points
6,839 views
0 votes
1 answer

How to parse a .json column in Power BI?

Use Json.Document function like this let ...READ MORE

Dec 21, 2020 in Power BI by Gitika
• 65,770 points
2,920 views
0 votes
1 answer

Distinct count filtered by condition using Power BI Dax

Try this, it should work: DistinctCountActiveMonths = CALCULATE( ...READ MORE

Oct 5, 2018 in Power BI by Kalgi
• 52,350 points
37,640 views
0 votes
1 answer

how to connect firebase data into power bi

Hi, @There, Click “Get Data->Blank Query” to add ...READ MORE

Dec 18, 2020 in Power BI by Gitika
• 65,770 points
2,644 views
0 votes
1 answer

How to get month name from month number in Power BI?

You can use: MonthName = FORMAT(DATE(1, [Num], 1), ...READ MORE

Sep 24, 2020 in Power BI by Alisha
6,269 views
+2 votes
1 answer

how to split country & city in Dax power bi

After loading the dataset, you can split ...READ MORE

Nov 25, 2020 in Power BI by Gitika
• 65,770 points
3,462 views
0 votes
1 answer

Couldn't retrieve the data for this visual.

The error you mentioned here is usually ...READ MORE

Nov 2, 2020 in Power BI by Gitika
• 65,770 points
4,268 views
0 votes
1 answer

how to create snapshots in power BI?

Snapshots enable faster loading of specific properties. Follow ...READ MORE

Oct 29, 2019 in Power BI by Cherukuri
• 33,030 points
20,127 views
0 votes
1 answer

How to use Dynamic DAX Number Format in power BI?

You can give them the same display ...READ MORE

Dec 8, 2020 in Power BI by Gitika
• 65,770 points
2,399 views
0 votes
1 answer

Can't get client-credentials access token to authorize Power BI

With the assistance of some Microsoft folks ...READ MORE

Dec 18, 2020 in Power BI by Gitika
• 65,770 points
1,887 views
0 votes
1 answer

Slicer with conditions - if value selected,select related values

I assume that both tables are unrelated ...READ MORE

Nov 12, 2020 in Power BI by Gitika
• 65,770 points
3,445 views
0 votes
1 answer

DAX Calculation the Max for a Group.

You can try this out:  Desired Output=CALCULATE(MAX([Check]), ...READ MORE

Sep 25, 2020 in Power BI by Gitika
• 65,770 points

edited Sep 25, 2020 by Gitika 5,186 views
0 votes
1 answer

In DAX, how do I RETURN the sum of a calculated column from a DAX Table Variable (created via ADDCOLUMN)?

You can access column variables of previously ...READ MORE

Oct 8, 2020 in Power BI by Gitika
• 65,770 points
4,543 views
0 votes
1 answer

How to restart running total column with Power BI Desktop DAX?

This is not only a running total ...READ MORE

Dec 8, 2020 in Power BI by Gitika
• 65,770 points
1,880 views
0 votes
1 answer

How to create summary table based on selected filters/slicers?

Here are the steps you can follow: 1. ...READ MORE

Nov 12, 2020 in Power BI by anonymous
• 65,770 points
2,976 views
0 votes
1 answer

I have a web API with basic authorisation and username and password. How do i connect to it in Power BI?

Hey, @There, I found your query is quite ...READ MORE

Oct 29, 2020 in Power BI by Gitika
• 65,770 points
3,578 views