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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.