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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
DataHeroBav
New Member

Filter Table with a measure that checks on an exact value match

Hello everyone,

 

I'm currently working on a tricky report that works but has a terrible performance. Now I hope to get some advice from the community what I could do better.

 

I am using a chiclet slicer that lets you click on 4 seperate buttons. Each buttons stand for one digit. The digits are 1, 5, 7, 9. You click on each button to choose your own combination.

 

I have a measure that sums up that digits to have a combination number. 

DAX Flag Funktion = SUM(ProcessCategory[ProcessDigit])

 

That number is used to filter on a table if that number matches the one in table in a specific column.

check measure = IF(IF(ISERROR(FIND([DAX Flag Funktion];SELECTEDVALUE(Funktion[FunktionMatch])));0;SELECTEDVALUE(Funktion[FunktionMatch]))/[DAX Flag Funktion]=1;1;0)
The final measure check measure is added as additional to my final table. The table is filtered by setting the check measure to is 1 in the visual filter levels.
 
That is how it is done currently and the performance is poor and I dont know what else I could try. My goal is that based on the combination picked the table should be filter by that value and output the result. Given the 4 digits there are currently 22 possible combinations.
 
Thanks a lot for any help!
 
 
0 REPLIES 0

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.