Forum Discussion
Anonymous
2 years agoNot applicable
Difference between the Months different count when Interest rate changes from Previous to Current.
Hi All, I am trying to calculate the month's different count when the Interest rate changes from Previous interest to Current interest changes. Please help Here Interest rate = INIT_DPOS_INT_PCT...
tamerj1
Community Champion
2 years agoHi Anonymous
Not sure if I correctly understand the requirement but you may try
Difference Count =
CALCULATE ( DISTINCTCOUNT ( 'Table'[INIT_DPOS_INT_PCT] ), ALLSELECTED () )