Found 22 bookmarks
Newest
KPI trend indicators on Core Visuals - EXPLORATIONS IN DATA STORYTELLING WITH POWER BI
KPI trend indicators on Core Visuals - EXPLORATIONS IN DATA STORYTELLING WITH POWER BI
With the February and March 2023 Desktop releases comes more features enabling us to enhance our KPI visualisations out of the box. This article talks specifically to the DAX function LINEST() and the new Subtitle and Dividers formatting options. For a simple enhancement, we can add the divider to KPI Cards, without title and subtitle,… Continue reading KPI trend indicators on Core Visuals
Power_BI_tips·kerrykolosko.com·
KPI trend indicators on Core Visuals - EXPLORATIONS IN DATA STORYTELLING WITH POWER BI
Problem with weighted average formula
Problem with weighted average formula
Dear all, I’m new in power BI and I have a problem for calculating a weighted average based on a total of a column. In attach a simplified example for my PBIX. As you can see I have two table, a master table and a summarize table, with few fields calculated from master table. On summarized table I h...
Power_BI_tips·community.powerbi.com·
Problem with weighted average formula
Solved: STDEV and SUMMARIZE HELP! - Microsoft Power BI Community
Solved: STDEV and SUMMARIZE HELP! - Microsoft Power BI Community
HI, im trying to get the STDev of a sumarized table, I tried the measure in the photo, It gives me the number Im looking for, but I cant display it in the Graph. I need to apply filters on it, thats why I cant create a real table.   PD: The real table is in the right side.
Power_BI_tips·community.powerbi.com·
Solved: STDEV and SUMMARIZE HELP! - Microsoft Power BI Community
Solved: Calculation of the median - deviations to Excel - Microsoft Power BI Community
Solved: Calculation of the median - deviations to Excel - Microsoft Power BI Community
Hello guys,   I wanted to calculate the median in Power BI. We have a lot of rows full of data about the days we needed for a repair. In a different column we have listed in which workshop the repair was done and what kind of repair it was. So in Power BI Desktop I filtered one workshop and showed i...
Power_BI_tips·community.powerbi.com·
Solved: Calculation of the median - deviations to Excel - Microsoft Power BI Community
PowerPivot – A sample of custom Median & Mode function – Frankie Yuen : Share my experience
PowerPivot – A sample of custom Median & Mode function – Frankie Yuen : Share my experience
Please note the performance is not optimized for a very large dataset, try with your own data. Create a Median Meausre [Lowerbound] =MINX( FILTER( VALUES( BoxOffice[TicketsSold]), CALCULATE( COUNTROWS( BoxOffice ), BoxOffice[TicketsSold] = COUNTROWS( BoxOffice ) / 2 ), BoxOffice[TicketsSold]) [Upperbound]=MINX( FILTER( VALUES( BoxOffice[TicketsSold]), CALCULATE( COUNTROWS( BoxOffice ), BoxOffice[TicketsSold]
Power_BI_tips·blogs.msdn.microsoft.com·
PowerPivot – A sample of custom Median & Mode function – Frankie Yuen : Share my experience