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
Hi All,
I have two columns (Store and State) and a measure Store-Value. I need to calculate a measure State-Value (Average of Store-Value in a given state).
In my report I have both store and state as a filter. I want to make sure when I select stores in a state, state-value still shows the average vaule of that state. For example: when I filter store A, State-value should still show 20 and not 10.
Thanks!
Solved! Go to Solution.
@Anonymous Thanks for your solution.
Calculate(divide(measure,count(table[state])),allexcept(table,table[state])) works for me.
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |