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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Giada_Togliatti
Post Patron
Post Patron

tooltip in calendar custom visual

Hi,

I have a bci calendar custom visual, I have a date column, a letter column and a measure that is count(letter). Each day I have the quantity of the letters present.

I need to see on tooltip the list of letter that is present every day, now can I do?

Any ideas?

Immagine.png

Thank you

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey @Giada_Togliatti ,

 

create a 2nd measure that creates a string, that concatenates the available letters like so:

m2 = 
CONCATENATEX(
    VALUES('Foglio1'[letter])
    , 'Foglio1'[letter]
    , ","
)

Hopefully, this provides what you are looking for. If not create a pbix file that contains sample data, but still reflects your data model. Upload the pbix to onedrive or dropbox and share the link.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

2 REPLIES 2
TomMartens
Super User
Super User

Hey @Giada_Togliatti ,

 

create a 2nd measure that creates a string, that concatenates the available letters like so:

m2 = 
CONCATENATEX(
    VALUES('Foglio1'[letter])
    , 'Foglio1'[letter]
    , ","
)

Hopefully, this provides what you are looking for. If not create a pbix file that contains sample data, but still reflects your data model. Upload the pbix to onedrive or dropbox and share the link.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

It's perfect, thank you!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.