Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sinanalmac
Resolver I
Resolver I

filterin value according total measure value

Hi, all  I have simple forecasting values. I want to filter FU  percentage values according to Total accuracy values.

accuary  calculation  :


AccuracyBias = 1-(SUM(Bias[ABS Dif])/SUM(Bias[Sales]))


I want to show FU values which they  below the total value of the selected month. is there a simple  solution  or not ?


accuary.png 

 

 

I'm shaing the files  with you. Please find the link  below.
https://www.dropbox.com/sh/rrcmf97oupdb3fr/AAAEW6-mDPVOjc6k5WBKS90ba?dl=0

Thank you  Best regards

1 ACCEPTED SOLUTION
themistoklis
Community Champion
Community Champion

@sinanalmac

 

Please see attached new powerbi workspace on this link

 

I just create a new measure and then one filter to filter the rows.

 

AccuracyBias_Total = 1-(CALCULATE(SUM(Bias[ABS Dif]), ALLSELECTED(Bias[FU ]))/CALCULATE(SUM(Bias[Sales]), ALLSELECTED(Bias[FU ])))
Filter_Rows = IF([AccuracyBias] < [AccuracyBias_NEw],1,0)

 

View solution in original post

2 REPLIES 2
themistoklis
Community Champion
Community Champion

@sinanalmac

 

Please see attached new powerbi workspace on this link

 

I just create a new measure and then one filter to filter the rows.

 

AccuracyBias_Total = 1-(CALCULATE(SUM(Bias[ABS Dif]), ALLSELECTED(Bias[FU ]))/CALCULATE(SUM(Bias[Sales]), ALLSELECTED(Bias[FU ])))
Filter_Rows = IF([AccuracyBias] < [AccuracyBias_NEw],1,0)

 

Hi  @themistoklis,

 You are The best. Thank you for  your  help 

Best Regards.
Sinan 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.