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

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

Reply
Anonymous
Not applicable

Stacked column graph not showing accurate % tooltip when sorted

I have a stacked column graph with a tooltip that shows the % of the value compared to the total. This is created by a measure. In the graph you can see that the proportion of the pink is 0.78 (78%)

powerbi1.png

I also created a new table to order the graph so that the pink portion is on the bottom. However, once it got sorted, the % tooltip now shows 100% instead of 78%. Can anyone assist with this? Thanks

powerbi2.png

 

 

Below is the sample data:

foodbox123_0-1632291472275.png

 

The measure for % calculation for tooltip:

% MEASURE 2 =

DIVIDE(SUM('table1[Assign 1 to each number for count]),

CALCULATE(SUM(‘table1'[Assign 1 to each number for count]),ALL(‘table1’[overalloutcome 2])),0)

 

The table I created to order the graph:

foodbox123_1-1632291472166.png

 

 

1 ACCEPTED SOLUTION

Try update formula

% MEASURE 2 =

DIVIDE(SUM('table1[Assign 1 to each number for count]),

CALCULATE(SUM(‘table1'[Assign 1 to each number for count]),ALL(‘table1’)),0)

 

 

 

 

 

 







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




View solution in original post

4 REPLIES 4
FarhanAhmed
Community Champion
Community Champion

Can you please share the sample data and dax of the measure that you are referencing.







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




Anonymous
Not applicable

Sure.

Below is the sample data:

powerbi3.png

The measure for % calculation for tooltip:

% MEASURE 2 =

DIVIDE(SUM('table1[Assign 1 to each number for count]),

CALCULATE(SUM(‘table1'[Assign 1 to each number for count]),ALL(‘table1’[overalloutcome 2])),0)

 

The table I created to order the graph:

powerbi4.png

Try update formula

% MEASURE 2 =

DIVIDE(SUM('table1[Assign 1 to each number for count]),

CALCULATE(SUM(‘table1'[Assign 1 to each number for count]),ALL(‘table1’)),0)

 

 

 

 

 

 







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




Anonymous
Not applicable

Yes this worked, thank you very much!

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.