Forum Discussion
Creating Measures on data from a Sharepoint List
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:
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.
2 Replies
- rajendraongole1Super 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.
- AnonymousNot applicable
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!