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

Graph issue

France_0-1655781779936.png

 

Hi all, 

 

I have a (blank) appearing for June data. How do I correct this issue I am having?


Regards

France

 

3 REPLIES 3
TomMartens
Super User
Super User

Hey @Anonymous ,

 

your data model consists of two fact tables, facts for 2021 and facts 2022. You have to stack both tables on top of each other using the Power Query Method Append. Use Power Query to create a column that helps to differentiate between the two files if necessary, but make sure that you have a date column that can be used to create a one-to-many relationship with a calendar table, the Calendar table being on the one-side.

Then you should create a calendar table (this is assumed to be best practice).
Here you will find an introduction to data modeling with Power BI: Design a data model in Power BI  - Learn | Microsoft Docs

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany
Anonymous
Not applicable

France_0-1655796796927.png 

France_1-1655796944821.png

 

Hi there @TomMartens ,

 

I have changed the relationship to many to one, however, I am facing another issue, my data for June is not appearing on the graph. Thanks for the help, much appreciated. 


Regards

France 

 

 

TomMartens
Super User
Super User

Hey @Anonymous ,

 

(Blank) inside a Slicer or on an axis most of the time represents numeric values (the facts) coming from the many side of a relationship, the fact table that holds the numeric column, that is used directly in the values bucket of the chart or used inside  measures. But there are values present in the column that is used in the relationship on the many-side that are not available in the column used on the one-side.

If a column is used inside a slicer or as an axis (this is considered a best practice) and (Blank) appears as an axis label, the reason for this is described above.

To fix this you have to make sure that the relevant values are available in the table on the one-side, or simpy remove NULL values on the many-side.

Sometime the differences are subtle, meaning one column is of data type date and the other column is of data type datetime, and out of a sudden the June values contain a timepart that is not Midnight (12:00:00AM).

Hopefully, this provides some ideas on how to tackle your challenge.

 

Regards,

Tom 



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
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!

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