Which external tool can show the size of each table and column in a model?

Study for the Fabric Analytics Engineer Associate Test. Engage with interactive flashcards and multiple-choice questions complete with hints and explanations to solidify your understanding. Get thoroughly prepared for your certification exam!

Multiple Choice

Which external tool can show the size of each table and column in a model?

Explanation:
External tools that can query a model’s internal metadata are the way to see exact storage footprints. DAX Studio connects to your Power BI or Analysis Services model and lets you run native DMVs to pull storage data. By querying DMVs like DISCOVER_STORAGE_TABLES you get per-table size (and row counts), and DISCOVER_STORAGE_COLUMNS can give you per-column storage details. This makes it easy to spot large tables or columns that are driving memory use and plan optimizations such as removing unused columns or aggregations. The other tools aren’t built for this specific task: ALM Toolkit is geared toward application lifecycle and schema comparison, Metadata Translator focuses on metadata format translation, and PowerBI.tips is a learning site rather than a tool for inspecting model storage.

External tools that can query a model’s internal metadata are the way to see exact storage footprints. DAX Studio connects to your Power BI or Analysis Services model and lets you run native DMVs to pull storage data. By querying DMVs like DISCOVER_STORAGE_TABLES you get per-table size (and row counts), and DISCOVER_STORAGE_COLUMNS can give you per-column storage details. This makes it easy to spot large tables or columns that are driving memory use and plan optimizations such as removing unused columns or aggregations.

The other tools aren’t built for this specific task: ALM Toolkit is geared toward application lifecycle and schema comparison, Metadata Translator focuses on metadata format translation, and PowerBI.tips is a learning site rather than a tool for inspecting model storage.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy