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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

create tooltips for stacked column chart to display all values which are showing in bar

Hello Team,
@amitchandak @SpartaBI @tamerj1 @emillanc @mohammedadnant 
I have a stacked column chart where iam categorizing them through a column(i.e) account_level_3_desc. I have sorted given some numbers to sort the column based on those numbering. I have written this measure where its not showing all the items in the bar but its only showing value when iam hovering over the bar. Can anyone please suggest any measure to show all the values under the bar when we hover on it.

 

gunshruthi_0-1656055694690.png

 

 

Iam using this measure

Tooltip(NOPAT) = VAR NewLine =

 

"

 

"

 

Return

 

CONCATENATE(IF(ISFILTERED(anh_mro_consolidated_roic_global_pub_vw[account_level_3_desc]),CONCATENATEX(ALLSELECTED(anh_mro_consolidated_roic_global_pub_vw[account_level_3_desc]), anh_mro_consolidated_roic_global_pub_vw[account_level_3_desc] & " " & FORMAT([NOPAT_ANH],"#,0,,") & NewLine ,,""), ALL(anh_mro_consolidated_roic_global_pub_vw[account_level_3_desc]))," ")

NOTE - THIS mEASURE WAS WORKING PERFECTLY WHEN I HAVENT SORTED THE COLUMN BASED ON NUMBERS. ONCE I HAVE SORTED THE ACCOUNT_LEVEL_3_DESC COLUMN THE MEASURE IS SHOWING ONLY ONE VALUE.

Please help me whats going wrong

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

How about using report page as a tooltip? So that your custom tooltips can include visuals, images, and any other collection of items you create in the report page.

 

Or if it's not your expected output, please share your pbix file after removing sensitive data to help us clarify your scenario. Refer to:

How to Get Your Question Answered Quickly - Microsoft Power BI Community

How to provide sample data in the Power BI Forum - Microsoft Power BI Community

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

MY report contains sensitive data which i cannot share i do not want to use report page tooltips. Can you give me any solution based on this measure itself?

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.