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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
amaaiia
Super User
Super User

Update calculated table in Direct Lake

I have a semantic model in Direct Lake. I have added a calculated table to the semantic model that I generated with Tabular Editor. The problem is that the calculated table does not update automatically. Is there any way to get the calculated table to update in Direct Lake? The way to generate the calculated table was as follows:

 

Fechas = 
VAR FechaHoy = TODAY()
VAR FechaMinima = FechaHoy - 1095
VAR FechaMaxima = FechaHoy

RETURN 
    UNION (
        ADDCOLUMNS (
            CALENDAR ( FechaMinima, FechaMaxima ),
            "Tipo", "Personalizado"
        ),
        ADDCOLUMNS (
            CALENDAR ( FechaHoy - 30, FechaMaxima ),
            "Tipo", "Últimos 30"
        )
    )

 

1 ACCEPTED SOLUTION
v-menakakota
Community Support
Community Support

Hi @amaaiia ,

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

In Microsoft Fabric, calculated tables created within a Direct Lake semantic model do not update automatically. This is because Direct Lake mode doesn't support dynamic recalculation of calculated tables or columns.
Please refer to the below screenshot and documentation here for detailed understanding:

vmenakakota_0-1740042147089.png

 


If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.

View solution in original post

2 REPLIES 2
v-menakakota
Community Support
Community Support

Hi @amaaiia ,

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.

Thank you.

v-menakakota
Community Support
Community Support

Hi @amaaiia ,

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

In Microsoft Fabric, calculated tables created within a Direct Lake semantic model do not update automatically. This is because Direct Lake mode doesn't support dynamic recalculation of calculated tables or columns.
Please refer to the below screenshot and documentation here for detailed understanding:

vmenakakota_0-1740042147089.png

 


If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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