Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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?
Thank you
Solved! Go to Solution.
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
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
It's perfect, thank you!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 21 | |
| 20 | |
| 14 |
| User | Count |
|---|---|
| 59 | |
| 53 | |
| 41 | |
| 31 | |
| 31 |