This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi, i have a measure that seems to be working as i would expect and fine in Power BI desktop but once i publish the measure to an app i get an error;
The query referenced column ******** which depends on another column, relationship or measure that is not in a valid state.
The measure i am trying to run is the following;
inT = IF(
AND(LOOKUPVALUE('OID OTA'[Out ID], 'OID OTA' [Out ID],'DB'[Out ID])>1,'DB'[ID]>0),
FALSE(),
IF(
OR(
NOT(IFERROR(LOOKUPVALUE('E'[Concatenate],E[Concatenate],DB'[Concatenate])='DB'[Concatenate],False)),
'DB[Level Product]<'DB'[Level]),
FALSE(),
TRUE()))
I am not sure what is driving it to error but have seen a copy of our posts saying it may be down to the measure?
Hi @Anonymous ,
In services, reset the filter to see if measure works normally
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous - So is there a specific column mentioned or does the error really say "column ********". Are you able to share the PBIX file?
@Greg_Deckler no its doesnt say ****** it just has the table name. Sadly i can't share the report for privacy reasons. But i am just trying to understand if this is down to how the calculated column is working or something that is out of my control
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 30 | |
| 23 | |
| 22 |