Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
274188A
Advocate I
Advocate I

Surplus Tables

Hi, is there any recommended method to establish whether or not a Table is used by any visual,slicer or anything?  Just trying to tidy up a big mess I inherited and trying to identify unused tables.

 

I not sure if 'hiding' the table from visual method is  full proof.

 

Thanks 🙏 

1 ACCEPTED SOLUTION
v-saisrao-msft
Community Support
Community Support

Hi @274188A,

Thank you for reaching out to the Microsoft Fabric Forum Community.

 

Currently, there’s no automated way to detect if a table is used in visuals, slicers, or filters tools like Tabular Editor only check the data model, not the report layer. So the only reliable method is to manually check all visuals and filters.

To improve this, you can suggest or upvote a feature on the Power BI Ideas forum here:
Fabric Ideas - Microsoft Fabric Community

 

Thank you.

View solution in original post

7 REPLIES 7
v-saisrao-msft
Community Support
Community Support

Hi @274188A,

Could you please confirm if you've submitted this as an idea in the Ideas Forum? If so, sharing the link here would be helpful for other community members who may have similar feedback.

As we haven’t heard back, we’re closing this thread. For any further discussions or questions, please start a new thread in the Microsoft Fabric Community Forum we’ll be happy to assist.

Thank you for being part of the Microsoft Fabric Community.

v-saisrao-msft
Community Support
Community Support

Hi @274188A,

Thank you for reaching out to the Microsoft Fabric Forum Community.

 

Currently, there’s no automated way to detect if a table is used in visuals, slicers, or filters tools like Tabular Editor only check the data model, not the report layer. So the only reliable method is to manually check all visuals and filters.

To improve this, you can suggest or upvote a feature on the Power BI Ideas forum here:
Fabric Ideas - Microsoft Fabric Community

 

Thank you.

Syndicate_Admin
Administrator
Administrator

Yes, exactly!

pankajnamekar25
Memorable Member
Memorable Member

Hello @274188A 

 

There are many ways

 Use DAX Studio with VertiPaq Analyzer to check table size and usage

 Use Tabular Editor to find references using "Find in Model"

Run C# script in Tabular Editor to identify unreferenced tables

  Manually hide table in Power BI and test report functionality

Check for tables without relationships in Model View

 Run DMV query (DISCOVER_CALC_DEPENDENCY) in DAX Studio

 Back up your .pbix before deleting any table

 Delete one table at a time and validate visuals and measures

 

Thanks,
 Pankaj Namekar | LinkedIn

If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.

nope

Hi @pankajnamekar25 , i'm not sure if this answered @274188A's specific question. I've been wondering the same for some time and just tried running a C# script in Tabular Editor with your advise. but the problem is this doesn't catch visuals/slicers from the report canvas using the table, Tabular Editor can’t read the report layer of the PBIX, only the data model. Could you be spefic how to identify these unused tables? I normally just click the Visuals or go through the Filter pane one by one to identify which tables are not being used, which is time consuming..

 

thanks

 

Yes exactly, just checking for zero relationships has caught me out already!

As far as I can tell there is in fact no answer to this problem.  Time for a suggestions I guess...

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.