Forum Discussion
Anonymous
8 years agoNot applicable
How to find unused columns using DMV functions?
Hello, Is there a way to pull unused columns with DMV functions in DAX or SSMS ? Power Pivot Utilities has this cool feature "list unused columns". Does anyone know if anything like that could...
- 8 years ago
Hi Anonymous,
Try to use the tool Dax Studio from marcorusso and AlbertoFerrari.
It as DMV formulas.
Regards,
MFelix
mkrak
3 months agoRegular Visitor
You can use the $SYSTEM.DISCOVER_CALC_DEPENDENCY DMV, but it only shows internal model dependencies and completely misses columns used in report visuals. Because relying purely on DMVs is risky, the modern approach is parsing the .pbip and TMDL metadata directly to cross-reference everything.
This can be solved with this tool:
Stop Managing Power BI Technical Debt Manually. Build an Automated Auditor Instead – theBItoolbox