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 a dashboard built on an excel sheet and it works fine.
There are many measures created on it and as expected they work
For Example:
Solved! Go to Solution.
Looks like you have created a measure instead of a calculated column. If you use the same exact code, but as a calculated column, you shouldn't have an issue. The problem is that measures are calculated over the entire data set unless otherwise given a filter context. So the error message in that case is accurate.
Proud to be a Super User! | |
Looks like you have created a measure instead of a calculated column. If you use the same exact code, but as a calculated column, you shouldn't have an issue. The problem is that measures are calculated over the entire data set unless otherwise given a filter context. So the error message in that case is accurate.
Proud to be a Super User! | |
Thanks for this!
It worked as a column - but now I am wondering why it worked as a measure before, yet it wont now?
That's a side note
I'm just glad that doing it as a column is now working!
Thanks for your help!