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
New_User_PBI
Frequent Visitor

Quick Measure Filters: how do I use dynamic filter for "Percentage difference from filtered value"?

Hello! 

How do I convert this to a dynamic selection instead of a pre-selected one?  

 

As an example, depending on what is selected on the graph on the left,  "West" or "South", etc., would be the baseline value, and the graph on the right would update accordingly.

 

I would appreciate any help.

 

New_User_PBI_0-1683757643076.png

 

2 REPLIES 2
amitchandak
Super User
Super User

@New_User_PBI ,If should be like

if( max(Table[Team]) in {"West" , "South"} , calculate([retun value], Table[Team] ="North"), [retun value])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak I appreciate your suggestion, but I do not follow it.

The right graph should change depending on the group highlighted/clicked on the left. 

 

VAR __BASELINE_VALUE = CALCULATE([Return_rate], 'sheet1'[Team] IN { selected_group})
 
Example:  if "South" is clicked on the left then graph updates to selected_group="South".  If next, "North" is clicked then the graph should update to selected_group="North"
 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.

Top Solution Authors