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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have a date slicer which is between dates. Currently the slicer is returning the amount between the to dates, which is fine for one column. However I would like to create a seperate column that calcuates the total amount from the start date of the slicer. Is this possible to do?
I have a date slicer which is connected to a Leave table:
The leave table has the transaction date & the accrual amount.
Could someone please help me out with this!
Thank you
Solved! Go to Solution.
Hi @Greg_Deckler ,
I was able to use this question in the forum https://community.powerbi.com/t5/Desktop/Calculate-Opening-Balance-of-Selected-Range/m-p/347777#M156...
Thank you for helping out.
@DynamicsHS Maybe:
Measure =
VAR __MinDate = MIN('Dates'[Date])
VAR __Table = FILTER(ALL('Leave',[Date] < __MinDate)
RETURN
SUMX(__Table,[Accrual])
Hi @Greg_Deckler ,
I was able to use this question in the forum https://community.powerbi.com/t5/Desktop/Calculate-Opening-Balance-of-Selected-Range/m-p/347777#M156...
Thank you for helping out.
Hi @Greg_Deckler ,
I just struggling with the formula...
So I have the date table
And leavebanktransaction table which holds:
Transaction date & Amount ....
Have I placed to correct values in the right space?
User | Count |
---|---|
98 | |
75 | |
74 | |
49 | |
26 |