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! Request now

Reply
majid_75
Helper I
Helper I

DAX concatenatex or path

Hello,

I need help, please.
I have a table and I want to create a new column to concatenate the different pages of an ID according to the index.
The objective is to be able to trace the navigation of a user.

Here is my dax but I have an order problem on my new column

View Page =
CALCULATE(
CONCATENATEX(VALUES('Table'[Chemin]),'Table'[Chemin],","),
ALLEXCEPT('Table','Table'[Id])
)

majid_75_0-1638487711585.png

I don’t understand what my mistake is.
Thank you

1 ACCEPTED SOLUTION
majid_75
Helper I
Helper I

Hello,

 

I think it's ok with my dax. I add a parameter in the function Concatenatex:

 

CALCULATE(
CONCATENATEX('Table','Table'[Chemin],",",'Table'[Index],ASC),
ALLEXCEPT('Table','Table'[Id]))

View solution in original post

3 REPLIES 3
majid_75
Helper I
Helper I

Hello,

 

I think it's ok with my dax. I add a parameter in the function Concatenatex:

 

CALCULATE(
CONCATENATEX('Table','Table'[Chemin],",",'Table'[Index],ASC),
ALLEXCEPT('Table','Table'[Id]))
wdx223_Daniel
Super User
Super User

View Page =
CALCULATE(
CONCATENATEX(SUMMARIZE('Table','Table'[Chemin],'Table'[Id]),'Table'[Chemin],",",'Table'[Id]),
ALLEXCEPT('Table','Table'[Id])
)

Hello,
Thanks but i have the same issue

majid_75_0-1638517579458.png

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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.