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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
MP_123
Microsoft Employee
Microsoft Employee

dax to get a list of values

hi

i saw here a dynamic measure to show the value selected in the slicer

ifhasonevalue -> values()

 

is there any way to show more than one values? i mean, if i selected to items on slicer, to show both of them in dynamic measure

 

thanks! 

2 ACCEPTED SOLUTIONS
sdjensen
Solution Sage
Solution Sage

Do you mean something like this? I know that some of my screenshot is in danish but I know you can understand anyway.

Here is some translations

År til dato (i går) = Year to date (yesterday)

Sidste år til dato (i går) = Previous year to date (yesterday)

Måned til dato (i går) = Month to date (yesterday)

Måned til dato (sidste år i går) = Month to date (previous year yesterday)

I går = Yesterday

I går (sidste år) = Yesterday (previous year)

 

DynamicDates.png

/sdjensen

View solution in original post

Anonymous
Not applicable

@MP_123 if you're referring to the fact that CONCATENATE only takes two arguments to concatenate, that does not apply here. CONCATENATEX is not the same as CONCATENATE. This measure will concatenate a list of any arbitrary number of selected items in a slicer. Try it on your dataset.

 

Concatenatex.PNG

View solution in original post

9 REPLIES 9
Anonymous
Not applicable

Selected Stuff = CONCATENATEX( VALUES( TableName[ColumnUsedInSlicer]), TableName[ColumnUsedInSlicer], ", ")

MP_123
Microsoft Employee
Microsoft Employee

@Anonymous it's good but i think more than two (i don't know in advanced how many)

Anonymous
Not applicable

@MP_123 if you're referring to the fact that CONCATENATE only takes two arguments to concatenate, that does not apply here. CONCATENATEX is not the same as CONCATENATE. This measure will concatenate a list of any arbitrary number of selected items in a slicer. Try it on your dataset.

 

Concatenatex.PNG

thanks for your post, however, I'm having wired issue, the CONCATENATEX function is greyed out in Power BI desktop, any idea?

BI Analyst and Developer @ Queen Mary University of London, UK.
MP_123
Microsoft Employee
Microsoft Employee

@Anonymousyou're right

thanks!

MP_123
Microsoft Employee
Microsoft Employee

@Anonymous

hi again,

do you have an idea how to sort  the concatenatex alphabeticaly maybe with another dax function?

the order is incosistent.

 

thanks!

Anonymous
Not applicable

@MP_123 I don't think so. DAX functions that return tables or columns never guarantee their sort order as far as I can tell. The only way to get CONCATENATEX to concatenate in alphabetic order would be to pre-sort the column you're feeding into the first argument, where I used VALUES. I suppose if you could come up with a way to use RANKX to rank the words in alphabetic order you might be able to make it work, but I can't think of a way to do that either.

 

sdjensen
Solution Sage
Solution Sage

Do you mean something like this? I know that some of my screenshot is in danish but I know you can understand anyway.

Here is some translations

År til dato (i går) = Year to date (yesterday)

Sidste år til dato (i går) = Previous year to date (yesterday)

Måned til dato (i går) = Month to date (yesterday)

Måned til dato (sidste år i går) = Month to date (previous year yesterday)

I går = Yesterday

I går (sidste år) = Yesterday (previous year)

 

DynamicDates.png

/sdjensen

You can read about how to create a similar dimension here

/sdjensen

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.