The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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%.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
18 | |
18 | |
17 | |
15 | |
13 |
User | Count |
---|---|
36 | |
35 | |
19 | |
18 | |
18 |