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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
peyton
Regular Visitor

Filtering stacked column and line chart, displaying despite null values.

Hello,

 

I am attempting to create a stacked column and line chart that can be filtered by an account table.

 

Currently, the account table will filter and present the total open volume as the line and closed volume as the columns. When filtering by the account, it will show the full line across all months if closed volume values exist for all months (first image) but does not show the full line if there are no closed volume values for all months (second image).

 

It is possible to present the line and columns across all months when filtering despite some accounts not having values for both axis?

 

peyton_0-1728932989809.png

 

peyton_1-1728933010373.png

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @peyton ,

 

Could you try to click the 'Show items with no data' ?

vxiaocliumsft_0-1728956856515.png

vxiaocliumsft_1-1728956896346.png

vxiaocliumsft_2-1728956926140.png

 

Best Regards,

Wearsky

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @peyton ,

 

Could you try to click the 'Show items with no data' ?

vxiaocliumsft_0-1728956856515.png

vxiaocliumsft_1-1728956896346.png

vxiaocliumsft_2-1728956926140.png

 

Best Regards,

Wearsky

This is exactly what I was looking for. Thank you for the solution.

Ashish_Mathur
Super User
Super User

Hi,

I am not sure but see if this measure works

Measure = coalesce([your measure],0)


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.