Forum Discussion
NMOORE
2 years agoHelper II
DAX Table Performance on Model/Report
Hi, I'm contemplating creating a few DAX Tables which and quite lengthy and taking the load of some SQL queries (which are proving to slow the process down somewhat). I know we can time how ...
DOLEARY85
2 years agoResident Rockstar
Hi,
DAX calculated tables are not like imported tables that are loaded into memory and remain static, they are computed dynamically when needed. This can impact performance, especially when dealing with large datasets.
If I answered your question, please mark my post as solution, Appreciate your Kudos π