Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello Power BI Community 🙂
A beginner question to the experts, How can I limit the time period in my measure so that only the period "until today" is displayed?
Sum of Concession YTD =
TOTALYTD(SUM('Target_Total_DIM'[Concession]), 'Calendar_DIM'[Date])
Thanks for your help
Solved! Go to Solution.
pls try tgis
Maesure=
VAR _today = TODAY()
RETURN
calculate( SUM('Target_Total_DIM'[Concession]), filter( all('Calendar_DIM') , 'Calendar_DIM'[Date] <= _today ))
pls try tgis
Maesure=
VAR _today = TODAY()
RETURN
calculate( SUM('Target_Total_DIM'[Concession]), filter( all('Calendar_DIM') , 'Calendar_DIM'[Date] <= _today ))
Thanks, that works 🙂
Hi 🙂
Thanks for help. With the formula I get the same value out. I have values in the table that are in the future, and I want the measure to show only the values up to today.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
79 | |
58 | |
35 | |
34 |
User | Count |
---|---|
99 | |
59 | |
56 | |
46 | |
40 |