Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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!