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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Robinho
Regular Visitor

Slicer with date

Hello,

 

I would like to ask a question. I have a problem when I'm using a slicer with the date it is showing all months and in the table, I have only three months.

Robinho_0-1632226586506.pngRobinho_1-1632226610590.png

I would like to have in slicer only months which are in the table not all of them. 

 

Thank you for your help. 

1 ACCEPTED SOLUTION

Hi  @Robinho ,

 

Because you are using "time intelligence",it will automatically create a hidden date table,details is as shown below:

vkellymsft_0-1632468598181.png

One way to solve this problem is to create 2 calculated columns as below:

Year = YEAR('Table'[Date])
Month = FORMAT('Table'[Date],"MMMM")

Then put the 2 columns in the fields of slicer, and you will see:

vkellymsft_1-1632468792226.png

You could check my sample attached.

 

Best Regards,
Kelly

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

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Robinho , Try to restrict by measure

Create a measure

countrows(Table)

 

Anc in visual level filter check this is not blank

Hello @amitchandak ,

 

I tried it not sure if correct but I don't think so if it is working.

Please can you send here the procedure on how to do it?

 

Thank you very much.

Hi  @Robinho ,

 

Because you are using "time intelligence",it will automatically create a hidden date table,details is as shown below:

vkellymsft_0-1632468598181.png

One way to solve this problem is to create 2 calculated columns as below:

Year = YEAR('Table'[Date])
Month = FORMAT('Table'[Date],"MMMM")

Then put the 2 columns in the fields of slicer, and you will see:

vkellymsft_1-1632468792226.png

You could check my sample attached.

 

Best Regards,
Kelly

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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