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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Presenting weekly data in one view in graph

I need to get my 2019--> weekly data to be presented in one view. If i have the week number as in format yyyy/ww the graph ends up presenting all the values and thus, the graph needs to be scrolled horisontally: 

Scrollaus.png

 

And if I change the format to yyyyww and to be as whole number, the graph expects there to be values in between the last and first week of the year, and fills the missing values with a line. As in between 201952 and 202001.

Whole number.png

 

Now if I change the X-axis type from continuous to categorical, I end up scrolling horisontally. Is there a way to present the weekly data in one view without the need of scrolling or that the graph fills the missing values?

6 REPLIES 6
Anonymous
Not applicable

Hi @Anonymous ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please feel free to let me know.

 

Best Regards,

Neeko Tang

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

Anonymous
Not applicable

Hi @Anonymous ,

 

Unfortunately, this is due to the design of the line chart. If you need a view without scrolling, then you need to set the x-axis to continuous, but that will result in autofill. Consider creating a stacked column chart, which do not autofill.

vtangjiemsft_0-1704854710421.png

 

vtangjiemsft_1-1704854747625.png

If you would like to suggest  feature improvements, you may vote the idea and comment here to improve this feature. It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

Best Regards,

Neeko Tang

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

Anonymous
Not applicable

That didn't resolve the issue as needed.

Stacked.png

Anonymous
Not applicable

Hi @Anonymous ,

 

In your screenshot it shows all the data without the scroll bar, as well as 201952 to 202001 is not being auto-populated with data, it shows blank. Is this not your expected result? Please point out if I have misunderstood you.

 

Best Regards,

Neeko Tang

Anonymous
Not applicable

I was hoping that there wouldn't be a gap in between the last and the first week of years as it is a timeseries and thus there's no gap in between the weeks.

Anonymous
Not applicable

Hi @Anonymous ,

 

We can create calculated columns.

Year = YEAR('Table (3)'[date])
Week = WEEKNUM('Table (3)'[date])

Then we can create a hierarchy.

Note that you need to set the x-axis without the visual object being drilled (i.e. the topmost level). Then drill down as shown below.

vtangjiemsft_1-1704958869943.png

 

vtangjiemsft_0-1704958824561.png

Best Regards,

Neeko Tang

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

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.