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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
@Anonymous , one way is to have a measure like
Measure = sumx(filter(AR,Datediff([AR Invoice Date],today(),day) >30 ),[A/R amount include GST in LC])
That will show only the overdue amount. File Attached.
@Anonymous , one way is to have a measure like
Measure = sumx(filter(AR,Datediff([AR Invoice Date],today(),day) >30 ),[A/R amount include GST in LC])
That will show only the overdue amount. File Attached.
This is what I am looking for
@Anonymous
just like what @collinq sugggested. you can only select 030 DAYS in hte Filters.
Proud to be a Super User!
Hi @Anonymous ,
I think that the easiest way would be to add into the filter a "greater than 30" on that field so only items greater than 30 will appear.
I would appreciate Kudos if my response was helpful. I would also appreciate it if you would Mark this As a Solution if it solved the problem. Thanks!
Proud to be a Datanaut!
Private message me for consulting or training needs.