This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 |