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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Adding a stacked bar chart tooltip to show ID

I have problem with my stacked bar chart.

s1.PNGs2.PNG

In the tooltip I get to see only 1 member but in the card above I get to see the count to be greater than 1.I just found out that there are blanks in the columns used in the Micronutrient widget.Having said that I want to see that 1 person who is sharing data with us.

Is there a feasible way to achieve this.

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

az38's suggestion could be great.

If you have any problem to implement it for your scenario, please share some data example for me to test.

 

As tested, you could also create measures and add them to the tooltip.

Count = DISTINCTCOUNT('Table'[member])

Id details = CONCATENATEX(SELECTCOLUMNS('Table',"member_id",[member]),[member_id],",")

Capture7.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

az38's suggestion could be great.

If you have any problem to implement it for your scenario, please share some data example for me to test.

 

As tested, you could also create measures and add them to the tooltip.

Count = DISTINCTCOUNT('Table'[member])

Id details = CONCATENATEX(SELECTCOLUMNS('Table',"member_id",[member]),[member_id],",")

Capture7.JPG

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

az38
Community Champion
Community Champion

Hi @Anonymous 

it looks like a good decision fo you is using report tooltip page 

see the documentation here https://docs.microsoft.com/en-us/power-bi/desktop-tooltips

 

do not hesitate to give a kudo to useful posts and mark solutions as solution


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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