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.
Good Afternoon,
I have a visual below, where I am using seconday Y-axis (in addition to the X and Y axises). The orange line denotes a % (seconday Y-Axis), while the pale yellow columns denote the denominator figure used for the %. Now there is a request that the visual should also now show the numerator for the % too. At present I have added it into Tooltip, but I am still curious to know whether it is possible to construct the visual in a way to also show the numerator (in addition to the % and denominator), without resorting to Tooltip where the value remain hidden unless the user is aware that he/she needs to hover on to the visual to see it.
Kind Advise.
Hi,
You can use custom label, with all 3 measures concatenated into one.
I used this data to recreate your scenario:
where Concat is calculated column and equal to:
User | Count |
---|---|
122 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
183 | |
92 | |
67 | |
62 | |
52 |