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
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
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!

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.