Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I am trying to limit my running total to today. My current formula is below; I've tried adding a filter to limit to todays date.
Solved! Go to Solution.
Hi @Jondon29
You mean you want to show the line only until today?
Assuming your measure works correctly, you can do something like:
NewMeasure = IF ( MAX ( '1 - DateTable'[Date] ) <= TODAY (), [YourWorkingMeasure] )
This returns a blank on dates after today, so that nothing will be displayed. You could also embed this behavior in your current measure.
Hi @Jondon29
You mean you want to show the line only until today?
Assuming your measure works correctly, you can do something like:
NewMeasure = IF ( MAX ( '1 - DateTable'[Date] ) <= TODAY (), [YourWorkingMeasure] )
This returns a blank on dates after today, so that nothing will be displayed. You could also embed this behavior in your current measure.
That worked perfect, thank you very much.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
75 | |
63 | |
51 | |
48 |
User | Count |
---|---|
211 | |
86 | |
64 | |
59 | |
56 |