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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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