Top "Powerbi-desktop" questions

Power BI Desktop is the desktop application for Power BI, a free, self-service analytics tool.

Creating a Measure that returns DISTINCT COUNT by Country and Brand in Power BI

I have a table like below: Country, Advertiser, Brand, Spend C1, A1, B1, 10 C1, A1, B2, 5 C1, A2, B3, 0 C1, …

powerbi dax powerbi-desktop
How to calculate Percentage out of Total value in DAX (Power BI Desktop)

I have the following Slicer in Power BI Desktop, where # of Clients is calculated as Count(Distinct(Fact.EHRTransaction.ClientFK)) …

dax percentage powerbi-desktop calculation totals
Show/Hide column in Power BI Table/Matrix visual

Is there any possibility to show or hide the column in Table/Matrix visual in Power BI report by user …

powerbi powerbi-desktop powerbi-custom-visuals
Subtract two Date/Time columns in Power BI

How do I subtract two Date/Time columns in Power BI. If I have: How do I find out the …

powerbi powerbi-desktop
Counting TRUE() and False() in Power BI Using COUNTAX and FILTER

I have a column (Column_Name) in a table (Table_Name) that contains boolean (0 | 1) values. I am trying to get …

powerbi dax powerbi-desktop
How to sort a bar chart in Microsoft Power BI (Desktop)

I am pretty new with Power BI (Desktop) and I have a basic question. I have searched Power BI books …

powerbi-desktop
Errors when connecting oracle DB with Power BI

I am trying to use Power BI to connect with Oracle 12c Data source, I have looked for multiple solutions …

powerbi oracle12c powerbi-datasource powerbi-desktop
Overlapping bar chart with multiple axis in PowerBi

I would like to have a overlapping bar chart in PowerBi with multiple axis. I have an example from Excel …

data-visualization powerbi powerbi-desktop
How to JOIN summarized data from two queries into new table in DAX Power BI

I have 2 queries: Premium: and Losses: How can I simply summarize data from Premium query and LEFT JOIN it to …

powerbi dax powerbi-desktop
Remove duplicates values based on multiple column with a condition in query editor Power BI

I am new to power bi and would require your help to sort out below issue which I am facing. …

powerbi powerbi-datasource powerbi-desktop