Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi all,
I'm trying to do some commentary in a text box so it would say something like "Error ABC caused 60% of all problems"
The below gets me the total error numbers but I was hoping someone could slot in whats needed to have the highest error divided by the total, my code so far is below.
Thanks in advance
% of Error =
VAR __WeekRank = SELECTEDVALUE('Prod tbl_Rep_Master_SummaryReport'[WeekRank])
VAR __Table = FILTER(ALL('Prod tbl_Rep_Master_SummaryReport'), [WeekRank] = __WeekRank && [Error_Code] <>"")
VAR __BASELINE_VALUE = COUNTROWS(__Table)
VAR __MEASURE_VALUE = COUNTROWS(FILTER(__Table,'Prod tbl_Rep_Master_SummaryReport'[Error_Code]<>""))
RETURN
__MEASURE_VALUE
Hi @molden2,
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Have you considered using the smart narrative option?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
126 | |
78 | |
77 | |
60 | |
52 |
User | Count |
---|---|
165 | |
86 | |
68 | |
68 | |
58 |