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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

line chart issue - missing data

Hi Guys 

 

I am strugeling to find a solution for my line charts. I have a sales data (my fact table) which includes sales data and the order date granularity is week. There are a lots of accounts that only order 5 times a year as this is WHS. 

Then I have a date fact table which granularity is also on week ( it is not really data table becasue i can not use time functions as I dont have day granularity). I linked these two tables by week nr/year and created both direction relationship.

 

When I want to display data in line chart and put Week nr (without year) on the axis and sale in the value i am facing this issue:

 

line chart xaxis categorical typeline chart xaxis categorical typeline chart xaxis categorical typeline chart xaxis categorical type

 

Due the fact that some customers/accounts only place 5-10 orders per year they will have only few records and in the line chart the line will consist of points and short lines rather than one continuous line. 

When I change the X axis type from Categorical to Continuous I get a continuous line but then the weeks are only by 10th and the graph is confusing as you can see below. The points between week 4 and 53 are connected but the line shuld be at the zero as there was no sale.  

line chart xaxis continuous typeline chart xaxis continuous type

 

 

 

 

 

 

 

 

 

 

 

 

 

 

I just would like to make sure somehow that if there is no value for that week the becasue the customer didnt order it will be show zero in the graph. 

In the past I tried to create a calculated column that will "guarantee" always a value if there was no sale. 

I also understand that i should potentially look at higher granularity lets say month or quarter but I really hope that there is a way how to solve it. 

 

Thank you 

1 ACCEPTED SOLUTION
jthomson
Solution Sage
Solution Sage

The workaround that's often used for this is to change whatever measure you currently use to calculate your sales by adding +0 to the end of it, I'd try that first

View solution in original post

1 REPLY 1
jthomson
Solution Sage
Solution Sage

The workaround that's often used for this is to change whatever measure you currently use to calculate your sales by adding +0 to the end of it, I'd try that first

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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