Forum Discussion
AR Aging Amount after adding RATE not working
- Anonymous5 years ago
Hi Anonymous ,
Based on your description, you can create a measure as follows.
_rate = SUMX(FILTER('RATE',[SOURCE]=SELECTEDVALUE('AR'[SOURCE])),[RATE])Result:Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years ago
Hi Anonymous ,
Thanks for your reply.
In table “AR”, there are only two values(TS and TI) in "Source" field. So TA and TP display NULL.
Best Regards,
Yuna
Hi Anonymous ,
Based on your description, you can create a measure as follows.
_rate = SUMX(FILTER('RATE',[SOURCE]=SELECTEDVALUE('AR'[SOURCE])),[RATE])Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Yuaj
Thank you very much , it work for SOURCE = TS AND TI now , but SOURCE = TA and TP display null.