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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
gunshruthi
Helper I
Helper I

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
v-eqin-msft
Community Support
Community Support

Hi @gunshruthi ,

 

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.

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.