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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

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
Community Champion
Community Champion

@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 @Anonymous  @AllisonKennedy  Yes, the issue was calculated columns. I changed my codes in one of the calculated columns and that issue was resolved.

Anonymous
Not applicable

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
Community Champion
Community Champion

@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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.