Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! 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
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 68 | |
| 59 | |
| 44 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 105 | |
| 37 | |
| 26 | |
| 26 |