Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
109 | |
100 | |
95 | |
38 | |
37 |
User | Count |
---|---|
151 | |
126 | |
75 | |
74 | |
57 |