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

Filter Table Data based on Dynamic Measure Value

Hi,

 

I have a Dynamic Measure which is created from the What If Parameter

 

The below is my Measure, where Parameter value is %

 

Measure = DISTINCTCOUNT([Supplier_Name])*Parameter[Parameter Value]

 

So I get a Value lets Say 300 from the measure.

 

I have a transaction table Called 'SPEND' where I have a column 'RANK' and the values in this column are ranging from 1 to 5000

 

I want to Filter the Data in the SPEND table based on the Measure..If my measure if 300, I only want the RANK column to show me the 1 to 300 values.

 

Please can someone help.

1 ACCEPTED SOLUTION

Hi @mohammedismail,

 

1. It's [PercentValue] rather than [Percentage Value] in the formula.

Measure = IF([Rank]<=CALCULATE([PercentValue], all(Sheet1)),1,BLANK())

2. The Visual Level Filter should be "is not blank".

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

10 REPLIES 10

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.