Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

performance optimisation for table visual

Hi team,

I need a help in improving the performance of a table visual that i have in my report. 

 

I dont have any measure or calculated column in the table.  Just 3 columns added in Values section of the visual.   But still it takes 3975 ms for rendering.  Anything do you suggest to improve this dax?

 

 

The Dax shows as below : 

 

 

 

 

4 Replies

  • aj1973's avatar
    aj1973
    Community Champion

    Hi Anonymous 

    The good thing is that you don't have issues with DAX nor the visual. You have a consuming time in Other. Please watch this video to know what Other can refer to in your report. It could be time waiting for other visuals to execute.

    https://www.youtube.com/watch?v=wNNemTpA9Vo

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      aj1973  Thanks for your response.   I did go through this video multiple times. But in my situation. I have few buttons and then 7 tables. in one of the table above attached is the Dax query gets generated when performance analyser is turned on.

       

      How do i reduce the time that these tables run for and is there way to tell the powerbi to run a particular visual first among other visuals?