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
DAX behavior for each formula is different.
I want to calculate Last Year MTD , By default without any slicer selection the function should take Today's date(Last Year) as end of date and calculate sum. If users choose any selection it should take that date as End of date(Last Year)
Fourth Screen shot with 3rd Date selection – LYMTD and Previous Year MTD Total are showing up correct with calculation from Oct 1st to Oct 3rd 2015 and PY MTDSALES is totally wrong/incorrect
I have 3 columns "Month" & "Achievement" & "Location" that I need to create 1 calculated column to get "Average Number" from "Achievement" column using all location but in every month separated
The average should be like the table below but I can't get the number with DAX.
Kindly any advice
| Month | Achievement | Location | Average |
| 1/1/2017 | 80 | 101 | 85 |
| 1/1/2017 | 90 | 102 | 85 |
| 2/1/2017 | 20 | 103 | 40 |
| 2/1/2017 | 60 | 105 | 40 |
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 |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |