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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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