Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I have created a date table with the year 2016 - 2017. It has a column for the year, month, week, and day.
I use the chiclet filter in my report. So the user chooses the month, year, and week separately. When a July filter is chosen and the year is filtered for 2016 and 2017; the data shows the complete month last year, and only partial for the current year. How do I show month to date for last year?
Hi @Anonymous,
Suppose you have created a one to many relationship between source table and date table. To compare MTD value in currect year and previous year, you could refer to below measures:
TY MTD = CALCULATE(SUM('MTD'[SalesAmount]),DATESMTD('Date table'[Date])) LY MTD = CALCULATE([TY MTD],SAMEPERIODLASTYEAR('Date table'[Date].[Date]))
Here is a blog for your reference: Power BI Tips: Calculating Year To Date Values
Best regards,
Yuliana Gu
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 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |