Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Solved! Go to Solution.
@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])
@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])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |