Forum Discussion
bhmiller89
5 years agoHelper V
Help with simple measure
I have data that shows Card Reads. I need to calculate the following and be able to use "State" as the legend % = ([Unique card reads] / [Unique card reads in Jan. 2020]) * 100% Basically div...
Anonymous
5 years agoNot applicable
Hi bhmiller89 ,
= CALCULATE([Unique card reads] / [Unique card reads in Jan. 2020]) * 100%), ALLEXCEPT(table, table[state]))
Thanks