cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
mhsieh
Helper II
Helper II

Clustered Column Chart, Date Range Not Reflecting Correctly

Hi guys,

I have a data range filter, however, the date range on my clustered column chart is not reflecting my date range filter.
The area chart on the top is correctly reflecting, but not the clustered column chart on the bottom.

How do i make it reflect correctly? Your help is appreciated!!

mhsieh_0-1660256281593.png

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@mhsieh , is one of the measures using +0 or coalesce of if to handle blank if so remove those in measure,

 

You can try adding a filter remove 0 or blank on one of the mesure

View solution in original post

4 REPLIES 4
Ashish_Mathur
Super User
Super User

Hi,

In the screenshot, i do not see a Calendar Table.  If you do not have that, you must create one.


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

I do have a calendar table; however it's not shown on the screenshot.

amitchandak
Super User
Super User

@mhsieh , is one of the measures using +0 or coalesce of if to handle blank if so remove those in measure,

 

You can try adding a filter remove 0 or blank on one of the mesure

Yes I did use IFERROR() to handle zero and null. After removing that, it worked! Thank you so much!

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors