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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Help with graph + tooltip

Hello

Currently I am looking for a way to be able to show in a graph certain information in the tooltip, Currently the graph shows the number of "eq boxes" that each "SEASON" contains category by "SHIP TYPE".

The problem that arises is when you want to add "Eq Boxes" to the tooltip section of the created graph, once added "%TG Eq Boxes" does not yield the correct percentage of "Eq Boxes" referring to the "SHIP TYPE" (SHIP TYPE is the legend of the graph) by "SEASON".

Currently the graph only interacts with segmenters "TYPE SHIP" and "DESTINATION COUNTRY"

I leave in images what I want to show in the graph if possible.

This shows the graph currently:

wzuniga_0-1659665524671.png

what I need to show:

wzuniga_2-1659665695675.png

of course, I thank you for your help!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Syndicate_Admin , based on what I got.

 

You need a measure like

divide([measure], calculate([measure], removefilters(Table[Tipo Nave]) ) )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Syndicate_Admin , based on what I got.

 

You need a measure like

divide([measure], calculate([measure], removefilters(Table[Tipo Nave]) ) )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you very much, it was the solution to my problem.

boxes eq2 = SUMX('B D', 'B D'[KG.]/5)

help = DIVIDE([eq2 boxes], CALCULATE([eq2 boxes], REMOVEFILTERS('B D'[SHIP TYPE])))

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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