Miscellaneous topics that do not fit into specific categories.
This seems to be related to a Power BI Service update around March 26 that started surfacing warnings for unused measures and calculated columns with DAX errors — even when the refresh itself succeeds. As @Marcos found, the warnings are valid but the frustrating part is that the refresh history doesn't tell you which measure or column is causing it.
If you're on Fabric capacity (F-SKU or FT1 trial), you can use the XMLA endpoint to inspect measures and find broken references. For Pro/PPU workspaces that's not an option unfortunately.
I've been building a monitoring tool called MetricSign (app.metricsign.com) that handles exactly this kind of detection: it checks your datasets every 5 minutes for refresh failures, schema changes, and — on XMLA-enabled workspaces — broken measures and missing column references. Each incident shows what specifically changed and links directly to the relevant settings page in Power BI.
It's in pre-beta right now and I'm looking for a few people managing multiple semantic models to test it. Free access, happy to help debug these warnings if you want to try it.