cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
molden2
Frequent Visitor

Highest Percentage of Error

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

 

 

2 REPLIES 2
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
lbendlin
Super User
Super User

Have you considered using the smart narrative option?

Helpful resources

Announcements
Winner of T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Find out who won the T-Shirt Design Challenge and the top 3 finalists.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.