Forum Discussion

Koritala's avatar
Koritala
Post Patron
1 year ago
Solved

How can we show Top 10 Records In Table Visual

Hi All, I have a table that contains the job name , avg.execution time as columns. I want to show in the table visual that top 10 long running jobs based on avg.execution time. Using DAX can you pr...
  • FBergamaschi's avatar
    1 year ago

    My suggestion is to create a calculated table

     

    TopJobs=
    TOPN ( 10, TableJob, TableJob[AvgExc], DESC )
     
    and then in the table visual take data from the above table
     

    If this helped, please consider giving kudos and mark as a solution

    me in replies or I'll lose your thread

    consider voting this Power BI idea

    Francesco Bergamaschi

    MBA, M.Eng, M.Econ, Professor of BI