Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a performance problem using a simple DAX measure:
MAX('tablename'[DateTimecolumn]).
In the tabular model, the DateTimecolumn is part of a hierarchie.
There are about 18.000 records in the table.
It takes the measure minutes to show the results. In PowerBI desktop there is no problem at all, also with large datasets. Within one second, results are shown.
What can be the cause of this and what can we do to get the same speed as with Power BI desktop?
Rob van de Coevering