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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
k1ko92
Regular Visitor

CONCATENATE A PIVOT TABLE

Hi everyone,

 

Someone know how can i build this table concatenating all the information from column EVAL PENDIENTE, my unique key is the proyect (Proyecto)

 

PRUEBA LLENADO | DESARROLLO MONOGRAFIA | ENTREGA DE PLANOS | CREACION UPC | BRIEF LANZAMIENTO .....

 

k1ko92_1-1650469765652.png

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@k1ko92 , no very clear

a new table 

summarize(Table, Table[protect], "_concat" , concatenatex(Table,Table[EVAL PENDIENTE]," ,") ) 

 

or measure in visual

concatenatex(Table,Table[EVAL PENDIENTE]," ,")

 

or

 

calculate(concatenatex(Table,Table[EVAL PENDIENTE]," ,") , allexcept(Table, Table[protect]) )

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@k1ko92 , no very clear

a new table 

summarize(Table, Table[protect], "_concat" , concatenatex(Table,Table[EVAL PENDIENTE]," ,") ) 

 

or measure in visual

concatenatex(Table,Table[EVAL PENDIENTE]," ,")

 

or

 

calculate(concatenatex(Table,Table[EVAL PENDIENTE]," ,") , allexcept(Table, Table[protect]) )

Hi @amitchandak,

 

It worked :)))))))), just a new doubt, how can i insert a filter inside of that ?

 

Summarize

k1ko92_0-1650479163392.png

FILTER - I need to summarize just for projects that have 100%.

k1ko92_1-1650479193875.png

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.