Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Measure working in Desktop but not in Power BI online

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? 

3 REPLIES 3
Anonymous
Not applicable

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.

Greg_Deckler
Community Champion
Community Champion

@Anonymous - So is there a specific column mentioned or does the error really say "column ********". Are you able to share the PBIX file?



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

@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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors