March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello -
I'm trying to create a custom Year to Date Calculation/Time Series.
When I create the Custom Measures within Desktop it populates correctly.
YTD = TOTALYTD(SUM(table[sales_amt]),Calendar[WK_END_DATE],"1/31")
But when I populate within Tabular Editor and change out the table/sales_amt with "SelectedMeasure" I get errors/no results.
any advice is appreciated. Thank you.
Thanks for you help.
I've tried your way as well. The Dax is accepted, but when I use the filter within the power bi tool it results in no data.
I'm able to hardcode the year with the result I'm expecting, but would like for it to be dynamic.
calculate(selectedmeasure(),'Calendar'[full_yr_nbr]="2022")
try like
calculate( Sum(Table[sales) ,datesytd(Calendar[Date],"1/31") ) // Make sue to use date of date Table
Create measures like
M1= Sum(Table[sales)
And create calculation group
calculate( selectedmeasures() ,datesytd(Calendar[Date],"1/31") )
Power BI — Year on Year with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-ytd-questions-time-intelligence-1-5-e3174b39f38a
https://www.youtube.com/watch?v=km41KfM_0uA
Time Intelligence, Part of learn Power BI https://youtu.be/cN8AO3_vmlY?t=27510
Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period,
Custom Period till date: https://youtu.be/aU2aKbnHuWs&t=145s
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |