Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
DaddyFresh87
Frequent Visitor

End of Week Column messes up my visuals

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!

 

 

End of week Drill down.png

 

Month Drill Down.png

 

Year Hierarchy.png

1 ACCEPTED SOLUTION
v-zhangtin-msft
Community Support
Community Support

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])))

vzhangtinmsft_0-1724312174909.png

 

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.

 

View solution in original post

2 REPLIES 2
v-zhangtin-msft
Community Support
Community Support

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])))

vzhangtinmsft_0-1724312174909.png

 

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!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.