Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi all,
I'm getting the above error message with "The query referenced column 'Member Table'[Expected Date] which depends on another column, relationship or measure that is not in a valid state.
Solved! Go to Solution.
@nikkirai99 I just had a similar error - are any of the columns you mentioned calculated columns that are currently returning errors? The error I had was 'a table of multiple values was found when a single value was expected.' so I had to change my code to fix that invalid state column.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Thank you @v-fenling-msft @AllisonKennedy Yes, the issue was calculated columns. I changed my codes in one of the calculated columns and that issue was resolved.
Thanks for AllisonKennedy's concern about this issue.
Hi, @nikkirai99
I am glad to help you.
What is your data type? Under what operation is the problem occurring? Did you do a refresh?
Firstly, you can start by checking that the 'Position Table'[PublishDeadline] column exists and that the column name is spelled correctly in DAX. If the 'Position Table'[PublishDeadline] column does not exist or is spelled incorrectly, Power BI will not be able to find the column, resulting in an error.
Secondly, if you are doing a refresh operation with this issue, perhaps you can refer to these two Posts, hope they help:
Solved: The query referenced calculated table *** which de... - Microsoft Fabric Community
Solved: The query referenced column ****** which depends o... - Microsoft Fabric Community
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@nikkirai99 I just had a similar error - are any of the columns you mentioned calculated columns that are currently returning errors? The error I had was 'a table of multiple values was found when a single value was expected.' so I had to change my code to fix that invalid state column.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com