Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
In my date field in fact table I have data for end of all month. eg 31st Jan, 29th feb 2020, etc. Now upon selection of any date I need to calculate YTD QTD and MTD. I have data for 1 year i e. 2020. YTD expression is working fine. But MTD and QTD is showing blank result.
Expression I am using
TotalQTD(Sum(Values), Date, Filter(Table name, Date< = vCurDate)
vCurDate= selected input date.
TotalMTD(Sum(Values), Date, Filter(Table name, Date< = vCurDate)
MTD and QTD expression is not working.
Solved! Go to Solution.
So generally you need a separate date table for time intelligence functions to operate correctly.
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
So generally you need a separate date table for time intelligence functions to operate correctly.
See if my Time Intelligence the Hard Way provides a different way of accomplishing what you are going for.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Time-Intelligence-quot-The-Hard-Way-quot-TIT...
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |