Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All,
I just writing a code for aging.
But i am not sure that this code is fully correct.So if any one have idea about that so please correct the wrong code of mine.
31-60DAYS = IF('NTT 16-17'[variance update]>30,'NTT 16-17'[PAYMENT DUE IN LACS],IF('NTT 16-17'[variance update]<60,'NTT 16-17'[PAYMENT DUE IN LACS],0))
here i tried that in 31-60days the person who lies in this age the amount which is due is shown.
so if there is any kind of correction please do reply .
Thanks.
Solved! Go to Solution.
Hi @Satish_Kumar,
You can use below formula to filter the range of "31~60":
IF(AND('NTT 16-17'[variance update]>30,'NTT 16-17'[variance update]<60),'NTT 16-17'[PAYMENT DUE IN LACS],0)I test on your formula and I find all of the age can work through your condition.
Regards,
Xiaoxin Sheng
Hi @Satish_Kumar,
You can use below formula to filter the range of "31~60":
IF(AND('NTT 16-17'[variance update]>30,'NTT 16-17'[variance update]<60),'NTT 16-17'[PAYMENT DUE IN LACS],0)I test on your formula and I find all of the age can work through your condition.
Regards,
Xiaoxin Sheng
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 143 | |
| 123 | |
| 102 | |
| 79 | |
| 54 |