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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
nikkirai99
Frequent Visitor

Error fetching data for this visual - summarized table

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.

Member Table = SUMMARIZE('Position Table','Position Table'[MemberID], 'Position Table'[MonthEnd])
Expected Date =
        CALCULATE(
            Min('Position Table'[PublishDeadline]),
            Not(ISBLANK(Position Table'[PublishDeadline])))
 
[PublishDeadline] is a date column. [MemberID] is a text column and [MonthEnd] is a date column. What am I missing?
1 ACCEPTED SOLUTION
AllisonKennedy
Super User
Super User

@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.


Please @mention me in your reply if you want a response.

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

View solution in original post

3 REPLIES 3
nikkirai99
Frequent Visitor

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.

v-fenling-msft
Community Support
Community Support

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.

AllisonKennedy
Super User
Super User

@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.


Please @mention me in your reply if you want a response.

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

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Top Solution Authors