Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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%)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |