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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Millar
Frequent Visitor

Show current month yes /no

Hi all, how to show including current month value as "yes" and excluding current month value as " no" in power bi slicer. Example i have a date column which contains last 12 month values -if i click "yes" then it show 12 month values likewise if i click "no" it should show only 11 month values (it should exclude current month value )

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@Millar 

here is a workarond for you 

create a column in date table

Column = if(year('Table'[date])=year(today())&&month('Table'[date])=month(today()),"CM")
11.PNG
 
then create a new table , only contains yes and no
12.PNG
 
then create measure, below measure is just an example
 
Measure = if(SELECTEDVALUE('Table (2)'[Column1])="Yes",COUNTROWS('Table'),if(SELECTEDVALUE('Table (2)'[Column1])="no",CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[Column]<>"CM"))))
 
13.PNG14.PNG
 
 
pls see the attachment below

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

@Millar 

here is a workarond for you 

create a column in date table

Column = if(year('Table'[date])=year(today())&&month('Table'[date])=month(today()),"CM")
11.PNG
 
then create a new table , only contains yes and no
12.PNG
 
then create measure, below measure is just an example
 
Measure = if(SELECTEDVALUE('Table (2)'[Column1])="Yes",COUNTROWS('Table'),if(SELECTEDVALUE('Table (2)'[Column1])="no",CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[Column]<>"CM"))))
 
13.PNG14.PNG
 
 
pls see the attachment below

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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