The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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%)
Solved! Go to Solution.
yourMeasure =
var sumOfReports = [*reportSumMeasure*]
var percentOfReports = [*reportPercentMeasure*]
return sumOfReports & " (" & FORMAT(percentOfReports, "0.0%") & "% of Total Reports)"
yourMeasure =
var sumOfReports = [*reportSumMeasure*]
var percentOfReports = [*reportPercentMeasure*]
return sumOfReports & " (" & FORMAT(percentOfReports, "0.0%") & "% of Total Reports)"
User | Count |
---|---|
63 | |
56 | |
54 | |
51 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
43 |