Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

How to hide row for those customer their payment not yet due ?

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@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.

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

Anonymous
Not applicable

This is what I am looking for 

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@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.

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

This is what I am looking for 

ryan_mayu
Super User
Super User

@Anonymous 

just like what @collinq  sugggested. you can only select 030 DAYS in hte Filters.

1.PNG

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




collinq
Super User
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!




Did I answer your question? Mark my post as a solution!

Proud to be a Datanaut!
Private message me for consulting or training needs.




Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors