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 September 15. Request your voucher.

Reply
Anonymous
Not applicable

Replace current month value with empty (white)

0B307268-8FB7-4F7F-B5D0-37D3E4A23499.jpeg

I would like to remove the value of the current month in the column in orange, so that it is not visible in the chart, it can be a blank value. Any rule that for this month, March is blank, but for the next month, it changes automatic, so that it is always just the current month blank. So, when we are in the next month, it will have the value of March but not the value of April (current month).

 

I already have the date calendar table (dCalender) and also the sum of the column I want (sum of sales).

 

The report page is filtered for the 12 months of the current year.

 

Thansk!! I'm Brazilian, so sorry for any language error.

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Based on what I got, You do not want current month unless completed

 

a new measure =

if(eomonth(max(date[Date]),0) = eomonth(Today(),0), blank(), [Current Month])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Based on what I got, You do not want current month unless completed

 

a new measure =

if(eomonth(max(date[Date]),0) = eomonth(Today(),0), blank(), [Current Month])

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

I did this and it worked!! Thank you very much @amitchandak 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.