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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
refint650
Helper III
Helper III

adding text to measure

Hello All

 

I have two numeric measures.  In card visual so how i can display  like these   combination of both measures + custom text 

i.e  10 ( 0.6% of Total Reports)

1) Sum of Reports  value:10

2) % of Reports.  value ( 0.6%)

1 ACCEPTED SOLUTION
arava
Regular Visitor

yourMeasure =

 

var sumOfReports = [*reportSumMeasure*]

var percentOfReports = [*reportPercentMeasure*]

 

return sumOfReports & " (" & FORMAT(percentOfReports, "0.0%") & "% of Total Reports)"

View solution in original post

1 REPLY 1
arava
Regular Visitor

yourMeasure =

 

var sumOfReports = [*reportSumMeasure*]

var percentOfReports = [*reportPercentMeasure*]

 

return sumOfReports & " (" & FORMAT(percentOfReports, "0.0%") & "% of Total Reports)"

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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