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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
daxreport
Frequent Visitor

Tables appearing in Tabular Editor that are not in my Composite model

I am using a Composite model. When I connect to tools like Tabulor Editor or Dax Studio, I am seeing tables (named like LocalDateTable) that are not in my actual model. There are a few of these and I am not where these are originating from and if there is truly a reason that they exist in these tools.

 

In my actual model, there is only one data table (DIM_CALENDAR) but in Tabulor editor that only has a "Date" column and not the hierarchy that I see in my model. Any insights would be appreciated. Thank! 

 

daxreport_0-1687082560866.png

 

1 ACCEPTED SOLUTION

Hi @daxreport 

 

Yes, you are correct. As this is a Power BI dataset shared with you, you are not able to modify the model or tables in this dataset. Only the dataset author can modify it. If you don't want these tables, you will need to ask the IT to modify this setting in Power BI Desktop for the old dataset and republish it to Power BI Service. Then share the new dataset with you. This setting cannot be modified in Power BI Service.

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

5 REPLIES 5
v-jingzhang
Community Support
Community Support

Hi @daxreport 

 

@az38 's reply is correct. You can find more description about this feature from the official document Auto date/time in Power BI Desktop

 

The auto date/time is a data load option in Power BI Desktop. The purpose of this option is to support convenient time intelligence reporting based on date columns loaded into a model. Specifically, it allows report authors using your data model to filter, group, and drill down by using calendar time periods (years, quarters, months, and days). What's important is that you don't need to explicitly develop these time intelligence capabilities.

When the option is enabled, Power BI Desktop creates a hidden auto date/time table for each date column, providing all of the following conditions are true:

  • The table storage mode is Import
  • The column data type is date or date/time
  • The column isn't the "many" side of a model relationship

 

These hidden auto date/time tables will enlarge the model size. If you have developed your own date table in the model, or you want to reduce the size of the model, or you don't need this feature, you can turn if off for a single report or at the global scope on your computer. Auto date/time guidance in Power BI Desktop

 

When you use tools like Tabulor Editor or Dax Studio to connect to a report, all visible and hidden tables in the model will be displayed. That's why you see those "LocalDateTable_xxxxxxxxxx" tables. 

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Thanks @v-jingzhang & @az38 for the response!

I turned off auto date/time in both Global settings as well as at the report level. However, these auto-generated tables are still there in DAX Studio. I will note that the storage mode is not IMPORT. It was originally a live connection to a PowerBI Dataset (shared by IT) and then I changed it to a DirectQuery/Composite model. 

 

Could this be due to the fact that this is a PBI Dataset in Directquery mode and not IMPORT? Is there any alternate way to remove them?

 

Thanks, 

Dhairya 

Hi @daxreport 

 

Yes, you are correct. As this is a Power BI dataset shared with you, you are not able to modify the model or tables in this dataset. Only the dataset author can modify it. If you don't want these tables, you will need to ask the IT to modify this setting in Power BI Desktop for the old dataset and republish it to Power BI Service. Then share the new dataset with you. This setting cannot be modified in Power BI Service.

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Makes sense, thanks!
az38
Community Champion
Community Champion

Hi, @daxreport 

it is automatically created date tables.

to avoid this try to turn off "Auto date/time" feature in Parameters - Global - Data Load


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors