The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"
)
)
Solved! Go to Solution.
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:
If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.
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.
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:
If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.