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 moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi
This quandry has absolutely driven me nuts for the last 2 hours so I'm off to bed.
I cannot locate the issue.
Merged_Order_PL has been deleted. I have tried saving the file, closing the file, clicking Refresh All, all to no avail. You can see the left hand queries contains 25 queries but the content contains 27!!! Number 3 and 27 should not be there.
There is NO data quality indicator below the Content column so I cannot remove Errors!
How do I resolve this please?
And I thought I had learned so much this week. Now it seems my understanding has crashed back to Square One. So frustrated,
Solved! Go to Solution.
Hi @Rhothgar As mentioned By @SamanthaPuaXY It might be because of caching please try to filter them out
Add a Filter in the Query:
FilteredTables = Table.SelectRows(Source, each [Name] <> "Number 3" and [Name] <> "Number 27")
Apply the Filter:
Refresh the Data:
Many thanks to you both.
I tried to give kudos and accept both solutions.
Hi @Rhothgar As mentioned By @SamanthaPuaXY It might be because of caching please try to filter them out
Add a Filter in the Query:
FilteredTables = Table.SelectRows(Source, each [Name] <> "Number 3" and [Name] <> "Number 27")
Apply the Filter:
Refresh the Data:
Hi @Rhothgar ,
Those tables could have been cached hence still showing up. A quick way is to just filter it away using the name instead
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |