The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!