Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 ,If should be like
if( max(Table[Team]) in {"West" , "South"} , calculate([retun value], Table[Team] ="North"), [retun value])
@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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.