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

The 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.

Reply
F_Reh
Helper III
Helper III

Third Metric on a Visual ?

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.

 

numerator.jpg

1 REPLY 1
tyatsenko
Frequent Visitor

Hi,

 

You can use custom label, with all 3 measures concatenated into one.

I used this data to recreate your scenario:

tyatsenko_0-1701786315288.png

where Concat is calculated column and equal to:

Concat = "Denominator: "& 'Table'[Denominator]&
" Numerator: "&'Table'[Numerator]& ","&
" Percent: "&format('Table'[percent], "Percent")
 
On the chart in Format section -> Data labels ->values toggle ON Custom label and use Concat column:
tyatsenko_1-1701786494354.png

 

 

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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