Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have the following Excel Power Query:
let
Source = Sql.Databases("MyConnectionString.datamart.fabric.microsoft.com"),
MyDatabase = Source{[Name="MyDatabase"]}[Data],
MyExcelQuery = MyDatabase{[Schema="model",Item="MyExcelQuery"]}[Data]
in
MyExcelQuery
What did I do?
Does anyone have any insights into this behaviour?
It's got be stumped and I could do with some helpful pointers to work out the root cause of the problem so that I can work around it.
There are multiple users of the report this spreadsheet contains. Forcing a re-query by simply cutting/pasting the power query statement appears to be a universal workaround. Clearing the cache doesn't do that much.
What I'm wondering is what the root cause might be? For example: I'm wondering if an upstream schema change which then arrives in a datamart isn't picked up by the (very simple) query?
Hello @JBCUK,
have you tried deleting/emptying the PQ data cache?
PQ > File > Options and Setting > Options > Global > Data Load > Data Cache Management Options
Best regards from Germany
Manuel Bolz
🤝Follow me on LinkedIn
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 15 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |