Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Solved! Go to Solution.
Hi @Anonymous,
You can use that in another measure. But if you'd like to output the result, you need some aggregation functions. Please try this one.
Measure = CONCATENATEX ( VALUES ( Sheet1[Column1] ), [Column1], "," )
Best Regards,
Dale
Hi @Anonymous
Yes, by using for example
SELECTEDVALUE('Table'[Slicer]). This only works with one item selected though. It will return blank() otherwise.
If you use VALUES('Table'[Slicer]) you'll get a one-column table with the values selected in the slicer that you can then use in your measure.
Does that help? Otherwise, if you show what you want to do in your measure we could be more specific
@Anonymous
Sure. Like I said, VALUES('Table'[Slicer]) will get you a one-column table with the all the values selected in the slicer that you can then use in your measure.
Hi @Anonymous,
You can use that in another measure. But if you'd like to output the result, you need some aggregation functions. Please try this one.
Measure = CONCATENATEX ( VALUES ( Sheet1[Column1] ), [Column1], "," )
Best Regards,
Dale
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!