Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
11 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
25 | |
19 | |
16 | |
10 | |
7 |