Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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 .....
Solved! Go to Solution.
@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]) )
@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
FILTER - I need to summarize just for projects that have 100%.
User | Count |
---|---|
14 | |
10 | |
10 | |
9 | |
8 |