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.
Hi every one 👍
I'm having AP data set it have column (invoice data, Due date, and Invoice Amount) in this added column Today Date for calculate Aging, .
And Due date have 01-09-2021 to 29-09-2022 , but i want to do some perdition on feature date up to 4-10-2022 , if I select future date in slicer label mean it should show perdition of future bucket aging in Table
Please help me on this
Solved! Go to Solution.
@Prakashrajan , you can aging based on the selected date
Sumx(Table, datediff(Table[Due Date], selectedvalues(Date[Date]) , day))
As this is measure for axis and slicer you need bucketing
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
@Prakashrajan , you can aging based on the selected date
Sumx(Table, datediff(Table[Due Date], selectedvalues(Date[Date]) , day))
As this is measure for axis and slicer you need bucketing
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.