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
Umadhandapani
Helper II
Helper II

Card Visual to display all month that selected by the slicer

Card Visual to display all month that selected by the slicer

 

Umadhandapani_0-1641879406475.png

On selecting, the card displays only 'Jun', but I required to display from 'Apr, May, Jun'

1 ACCEPTED SOLUTION

Hi @Umadhandapani ,

Here's a sample of dynamically change font size, please refer to it.

Dynamically change font size - K Team Solutions GmbH

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Jihwan_Kim
Super User
Super User

HI,

Please try to use the DAX function, CONCATENATEX()

 

https://dax.guide/concatenatex/

 

 

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Can you suggest using DAX expression?

Hi,

Please check the below picture and the attached pbix file.

 

Picture2.png

 

Month name card visual: =
CONCATENATEX ( 'Calendar', 'Calendar'[Month], ", ", 'Calendar'[Month Number] )

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Umadhandapani_0-1641882731673.png

Another one doubt, I have fixed the card size, when we select more months along with word wrap on also, it shows like this. Any other possible way it should dynamically resize the month name based on selection.

 

Better solution to show all values in visuals

Hi @Umadhandapani ,

Here's a sample of dynamically change font size, please refer to it.

Dynamically change font size - K Team Solutions GmbH

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Top Solution Authors