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 August 31st. Request your voucher.
Solved! Go to Solution.
if you have 2 measures , then create a new measure
Add / = FORMAT([measure 1],"0.00%") & " / " & FORMAT([measure 2],"0.00%)
if you dont want the format 10.00% then
Add / = FORMAT([measure 1],"0%") & " / " & FORMAT([measure 2],"0%)
if you have 2 measures , then create a new measure
Add / = FORMAT([measure 1],"0.00%") & " / " & FORMAT([measure 2],"0.00%)
if you dont want the format 10.00% then
Add / = FORMAT([measure 1],"0%") & " / " & FORMAT([measure 2],"0%)
User | Count |
---|---|
13 | |
9 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |