Forum Discussion

jiangchuan23's avatar
jiangchuan23
Frequent Visitor
8 years ago
Solved

How to create Dynamic Decile group column?

Hey All,   I was trying to create a dynamic decile variable to group credit score. Here is the column formula I created   Column = IF(gains_total[CBR_SCR]<PERCENTILE.EXC(gains_total[CBR_SCR],0.1)...
  • v-yulgu-msft's avatar
    8 years ago

    Hi jiangchuan23,

     

    Since the new declie column is a calculated column, whose values are initialize once it is created. Its value won't be dynamically changed depend on slicer selection.

     

    Regards,

    Yuliana Gu