Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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:
what I need to show:
of course, I thank you for your help!
Solved! Go to Solution.
@Syndicate_Admin , based on what I got.
You need a measure like
divide([measure], calculate([measure], removefilters(Table[Tipo Nave]) ) )
@Syndicate_Admin , based on what I got.
You need a measure like
divide([measure], calculate([measure], removefilters(Table[Tipo Nave]) ) )
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])))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |