Hi !
I wanted to confirm this is the right way to do this.
I have several charts that I need to capture the Percent values of each value within each column - by month. I've created the master calendar table already.
I notice though, that when I add more months on, the percent values is being calculated by using all of the data as the demoninator so instead of having values in the 80%'s per month, everything drops to about 10%.
Do I need to create a new measure for every value within each column that I need to get a percent for then? Is this the only way? Or, is there one measure I can create for each column of data that will extract the percentages per month? (not percent change - just overall percent)
For example -
one column is Closure codes - I have 7 different options.
Another column is Change Type, I have 3 different options.
Another is Emergency Reasons and I have 7 of them.
If calculating percent for each of them separately, I would essentially need 17 different measures then? Or is there a way to do it in 3 different measures
Hopefully it makes sense what I'm asking.