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

The Fabric community is upgrading! Read all of the details including the timeline and what you can expect. Learn more

Reply
ajames95
Frequent Visitor

How to include null values in filter visualization?

Hi, 

 

I have a simple graph that i am filtering with a date slicer. 

However I want the null values to show when i click on certain dates? 

 

This is when I there is no filtering on the graph. 

 

Capture.PNG

When I select a specific month, I want all the type of category on the x axis, even if theres no data to show this. 

Capture1.PNG

Is there a way we can do this on Power BI?

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

Hi @ajames95 

Leave main data table and calendar table no relationship

Capture9.JPG

Create a measure

Measure =
VAR slectedmo =
    SELECTEDVALUE ( 'calendar'[year-month] )
VAR y_m =
    FORMAT ( MAX ( 'Table'[date] ), "yyyy-mm" )
RETURN
    CALCULATE ( SUM ( 'Table'[value] ), FILTER ( 'Table', slectedmo = y_m ) )

Capture8.JPG

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
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

6 REPLIES 6
v-juanli-msft
Community Support
Community Support

Hi @ajames95 

Leave main data table and calendar table no relationship

Capture9.JPG

Create a measure

Measure =
VAR slectedmo =
    SELECTEDVALUE ( 'calendar'[year-month] )
VAR y_m =
    FORMAT ( MAX ( 'Table'[date] ), "yyyy-mm" )
RETURN
    CALCULATE ( SUM ( 'Table'[value] ), FILTER ( 'Table', slectedmo = y_m ) )

Capture8.JPG

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi Maggie, 

 

I only have one table - 

 

1 Year/Month = FORMAT('Table'[Logged Date],"YYYY-MM")

Capture3.PNG

Hi @ajames95 

There is no direct way to slove your problem, so i provide a workaround.

Please create a calendar table:

New Table-> enter this formula

calendar = ADDCOLUMNS(CALENDARAUTO(),"year-month",FORMAT([Date],"yyyy-mm"))

Then follow my methods in the previous post.

 

Best Regards
Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

jdbuchanan71
Super User
Super User

Hello @ajames95 

Under Axis on the category line pick the down arrow and select 'Show items with no data"

ShowItemsWithNoData.jpg

Hello @jdbuchanan71 

 

Thanks for that but it did not work.. 

 

 

Can you share your .pbix file? 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.