Can anyone help in optimizing the DAX or provide me with an option to improve the performance ?
I am using Direct Query method to get the underlying data set.
SQL : select Store, Score, Rank, Region, State from score;
@stellaj 1000 rows in real dataset and you are using DirectQuery? Also 1000 rows are not enough to make that trivial code slow. Something is missing here…
@AntrikshSharma the report uses Direct Query method to source the data from Snowflake. And we are seeing very bad performance on all the visuals. This ranking visual takes 35sec to load (ranking and number of stores at State and Region level)
Hello @stellaj while waiting for other members to jump in, I suggest using the forum search to discover if your query has been asked before by another member. Thanks!
While our users and experts do as much as reasonable to help you with your inquiries, not all concerns can be attended to especially if there are some learnings to be done. Thank you!