Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
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
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?
User | Count |
---|---|
123 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
183 | |
90 | |
67 | |
62 | |
53 |