Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Calculating Deciles in Power BI

Hello All, I'm looking to calculate deciles for each row, for the table listed below.  Deciles because ultimately i want to be able to identify Top and bottom 10% of the Accuracy column based on a ...
  • v-yueyunzh-msft's avatar
    3 years ago

    Hi , Anonymous 

    In my working experience , i am not familiar about the "Deciles ".

    But to get the Deciles  , there are two DAX funtion given to us.

     PERCENTILE.EXC  and PERCENTILE.INC
     
    For more information , you can refer to :
    PERCENTILE.EXC function (DAX) - DAX | Microsoft Learn
     
    You can check which function is you are looking for and test it in your side , like this:

     

     

     

    If this method does not meet your needs, you can provide us with your detailed calculation logic and the desired output sample data in the form of tables, so that we can better help you solve the problem. (You can also upload you sample .pbix [without sensitive data] to the OneDrive and share with the OneDrive link to me ! )

    Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

     

    Best Regards,

    Aniya Zhang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly