Top "Powerbi" questions

Power BI is a free, self-service analytics tool available individually or integrated with Microsoft Excel, Office 365 and all major Databases and analytics tools.

Parsing a .json column in Power BI

I want to parse a .json column through Power BI. I have imported the data directly from the server and …

json parsing powerbi
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
Power BI - Numeric Format

I would like to know how to change the standard format for numbers in Power BI. The software I use …

number-formatting powerbi powerbi-embedded powerbi-datasource
How to convert seconds into hh:mm format in Power Bi?

In Power Bi, I have a table that contains Name and TimeSpent by user in seconds. I want to convert …

date datetime powerbi dax
No QUARTER() in DAX? Really?

While building a Calendar table with PowerQuery for a PowerPivot model in Excel 2013 I use its Date.QuarterOfYear function to …

ssas business-intelligence powerbi dax ssas-tabular
How to use GROUPBY function in PowerBI?

I tried using group by DAX function in PowerBI as Measure, New Column, New Table but I get an error …

powerbi dax
Change the thickness/width of a d3 chart's axis lines without affecting tick labels

I'm working on a Power Bi d3 chart and I'm trying to change the thickness/width of the chart's axis …

d3.js typescript powerbi
Power BI convert eight digit yyyymmdd to date using DAX

I'm trying to convert eight digit yyyymmdd to date format with DAX function. column = DATE(LEFT(TABLE[COLUMN],4),MID(TABLE[…

type-conversion powerbi dax
DAX Calculate function with and without FILTER

What is the difference in results of CALCULATE function if we use it with and without FILTER function. Suppose we …

powerbi dax
Measure in DAX to calculate YTD for chosen month only for Power BI

How to construct DAX measure to calculate sum of YTD value for specific month? Here we have FactTable grouped by …

powerbi dax measure