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.
How can I format ROI on the matrix below to show percentage values?
And leave the other rows formatted as numbers without decimals?
Solved! Go to Solution.
Try the below measure and replicate the same for Target.
Actual 2 = IF(MAX(Table1[KPI]) = "ROI",FORMAT(SUM(Table1[Actual]),"Percent"),SUM(Table1[Actual]))
Try the below measure and replicate the same for Target.
Actual 2 = IF(MAX(Table1[KPI]) = "ROI",FORMAT(SUM(Table1[Actual]),"Percent"),SUM(Table1[Actual]))
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
180 | |
88 | |
71 | |
48 | |
46 |