This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 34 | |
| 25 | |
| 24 |