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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

current month hide and previous month only need to show three month in dax

I have a table name called combine effective date ( custom table) 

 

created measure for 

combine effective date = DISTINCT((VALUES('Append1'[Effective Date])))

Effective date values come from Append1 table.

 

Append 1 Table Date 

THENNA_41_0-1630300013613.png

combine effective date

 

i am using for combine date for column chart axis value 

 

i  am using for slicer append 1 week date  

 

 

 

WEEK = var a = DATE(2020,08,03)
var b = IF(DatePA[Week Date] = a,"Outbound GLOBAL",IF(DatePA[Week Date]<>BLANK(),"Outbound" & DatePA[Week Date]))
return b
 
DatePA = DISTINCT((VALUES('Append1'[Week Date])))//,VALUES('PA - E2PR'[Week Date])))
 
slicer looks like
 

 

 

my column chart looks like 

 


slicer i use for date week from 

'Append1'[Week Date]
 
column chart i used  
'Append1'[Effective Date]
 
if user select july  month slicer in column chart july should be hide also only  previous monthly visible april,may.june .
 
any idea .  thanks in advance 
1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , for that you need a slicer on independent date slicer

 

Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI

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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.