Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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:  Month = FORMAT(Sheet1[Start time], "MMMM"...
  • rajendraongole1's avatar
    6 years ago

    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.