March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I want to store my slicer selection and then display them as a lable/textbox.
The table example is:
Project ID | Organisation |
1 | A |
2 | B |
3 | C |
4 | A |
The slicer is based on project ID, so If I select 1,3,4, I would like the lable to read A,C,A
Is this possible?
Thank you
Solved! Go to Solution.
Hello @Fali324,
Can you please try this DAX then add to a Card or Textbox:
SelectedOrganisations =
CONCATENATEX(
VALUES(Project[Organisation]),
Project[Organisation],
", "
)
Should you require any questions or further assistance, please do not hesitate to reach out to me.
Hello @Fali324,
Can you please try this DAX then add to a Card or Textbox:
SelectedOrganisations =
CONCATENATEX(
VALUES(Project[Organisation]),
Project[Organisation],
", "
)
Should you require any questions or further assistance, please do not hesitate to reach out to me.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
120 | |
77 | |
60 | |
54 | |
40 |
User | Count |
---|---|
191 | |
103 | |
87 | |
61 | |
50 |