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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
maxduff59
Helper II
Helper II

Display measure and values on column chart

Hello everybody,

I have a dataset containing values of performance on lifting exercises.

maxduff59_0-1683786177321.png

On my dashboard, I have two slicers to select players or to select the exercise. And I created some measures to have the best performance in the exercice for the player and the exercise selected.

 
Best Perf (All Players) = CALCULATE(MAX(df[Max Weight]),ALL(df[Player]),VALUES(df[Exercises]))
Best Perf (Selected Player) = CALCULATE(MAX(df[Max Weight]),df[Player] = SELECTEDVALUE(df[Player]),VALUES(df[Exercises]))
 
My goal is to create a column chart with all the values of the selected player and to display on the right of the column chart my two measures : the value of the best player perf and the value of the best team perf. It would look like that : 
maxduff59_1-1683786716092.png

However, I do not know how to join my values and my measures.

 

Thanks in advance for your time and your help

0 REPLIES 0

Helpful resources

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