Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello everyone,
I have an issue where every time I try to use "end of week" in my date table to be able to drill down, it causes the visual to stop being overlapped. I have added pictures to try to help diagnose the problem.
None of my date heirarchies work properly, so I've come up with a work around, but I want the lines to layer over each other instead of having 2023, then 2024.
Any help would be appreciated, I can provide more info if you need it.
Thank you!
Solved! Go to Solution.
Hi, @DaddyFresh87
For example, if you want 2023 and 2024 to be represented in two lines, try writing separate expressions for those two lines.
Measure2023 = CALCULATE(SUM('Table'[Value]),FILTER(ALL('Table'),YEAR([Date])=2023&&MONTH([Date])=SELECTEDVALUE('Date'[Date].[MonthNo])))Measure2024 = CALCULATE(SUM('Table'[Value]),FILTER(ALL('Table'),YEAR([Date])=2024&&MONTH([Date])=SELECTEDVALUE('Date'[Date].[MonthNo])))
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @DaddyFresh87
For example, if you want 2023 and 2024 to be represented in two lines, try writing separate expressions for those two lines.
Measure2023 = CALCULATE(SUM('Table'[Value]),FILTER(ALL('Table'),YEAR([Date])=2023&&MONTH([Date])=SELECTEDVALUE('Date'[Date].[MonthNo])))Measure2024 = CALCULATE(SUM('Table'[Value]),FILTER(ALL('Table'),YEAR([Date])=2024&&MONTH([Date])=SELECTEDVALUE('Date'[Date].[MonthNo])))
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for you assistance!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 130 | |
| 103 | |
| 58 | |
| 39 | |
| 31 |