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

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.

Reply
Anonymous
Not applicable

Week hierarchy not working

Hi, 

 

I am using this DAX function to create week numbers: 

"Uge", WEEKNUM([Date], 2),

Everything works fine, yet when I put it into a graph, it simply doesn't look good: 

AndrejBI_0-1620653400970.png

You can see I have to use a scroll bar in order to see the whole graph. I tried changing the Week number into text, it doesn't help. 

 

I can also see you can't change the data type from categorical to continuous, which I thought might be the problem initially: 

AndrejBI_1-1620653901808.png

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous 

From your statement, I think you have two kind of problems.

1. You want to see all values without using scroll bar in the visual.

2. When you drill down to week hierarchy, you couldn't see Type in X axis format.

If you use Year- Month- Week hierarchy in X axis, and you want your X axis show as below, you need to turn off concatenate labels in X axis format.

1.png

2.png

If you turn this function off, Type in X axis Format will disappear.

When you turn on concatenate labels, Type will appear.

3.png

So If you want your X axis show in this format, you couldn't use type function in X axis.

And due to you drill down your visual to week hierarchy, there will be at least 3 weeks for one month. So the visual will expand and you will need to use scroll bar to see all values in your visual.

 

Best Regards,

Rico Zhou

 

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

3 REPLIES 3
NiekHacquebord
Frequent Visitor

Hi @Anonymous ,

 

Comment is off topic but could you tell me how you structured the x-axis in the picture you are showing. I am struggling with that. I have data that is reported on a weekly basis, which I want to show in the same was as you are doing in your graph (the week number resets when a new year starts). In short, I am wondering how you structured the data you are showing on the x-axis of your graph. 

 

Hope you can help me. Thanks in advance!

Anonymous
Not applicable

Hi @Anonymous 

From your statement, I think you have two kind of problems.

1. You want to see all values without using scroll bar in the visual.

2. When you drill down to week hierarchy, you couldn't see Type in X axis format.

If you use Year- Month- Week hierarchy in X axis, and you want your X axis show as below, you need to turn off concatenate labels in X axis format.

1.png

2.png

If you turn this function off, Type in X axis Format will disappear.

When you turn on concatenate labels, Type will appear.

3.png

So If you want your X axis show in this format, you couldn't use type function in X axis.

And due to you drill down your visual to week hierarchy, there will be at least 3 weeks for one month. So the visual will expand and you will need to use scroll bar to see all values in your visual.

 

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

amitchandak
Super User
Super User

@Anonymous , if you create YYYYWW as a number you might get a continuous axis. You can get that with Date and numbers

 

Year week =[Year]*100 +[Week]

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors