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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors