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
kap_55
Frequent Visitor

Show YTD current value of mesure for future months

Hi,

I have problem with Bar Chart showing value for end date of year (as it should be) but I want it to show specific date value.

missingbar.PNG

Years prior show value for last day of the year but current value does not exist for now. I mean I excluded it with my DAX:

 

 

Final =
    IF (
        MAX ( 'Calendar'[Date] ) <= EDATE ( EOMONTH ( TODAY (); 0 ); -1 );
        [Measure];
        BLANK()
    )

 

 

This is suppose to insert blank if we are not greater or the last day of current month.

values.jpg

!In this picture there is 0 not blank, so the December row is visible!

So I have two options and I think one is not possible:

1) Make bar chart show November value for only 2019 (I think this is not possible)

2) Repeat November value in December without any influence of values already existing in December.

 

My measure Final is quite complicated and I cannot change it much.

Is this somehow possible?

Thanks.

K.

0 REPLIES 0

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.