Hello,
I want to calculate and find what is the percentage of the Paperless Bills among the Non Paperless Bills
I have a 2 measures that counts the paperless and non paperless. What can be my formula?
Thank you
Solved! Go to Solution.
you can try by creating a measure and format it as Percent.
_Percent =
FORMAT(
DIVIDE ([counts of paperless],[count of non paperless],BLANK()) ,"Percent")
Proud to be a Super User!
you can try by creating a measure and format it as Percent.
_Percent =
FORMAT(
DIVIDE ([counts of paperless],[count of non paperless],BLANK()) ,"Percent")
Proud to be a Super User!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
441 | |
196 | |
109 | |
56 | |
49 |
User | Count |
---|---|
478 | |
240 | |
135 | |
76 | |
74 |