Forum Discussion
search for a value and return multiple fields
- 4 years ago
Hi 4pepesanchez4
You can use a table or matrix visualMeasure
Cities = CONCATENATEX ( Countries, Countries[city], " | " ) - 4 years ago
Hi 4pepesanchez4
Please use thisCities = CONCATENATEX ( Ventas_Compana_Google, Ventas_Compana_Google[Descripcion], " | " )
HI tamerj1 !
How should I write the formula in Power Pivot knowing that the relationship between countries and tables is already done and that Country is in a different table than city?
- Country = Nombre y clienta (Related to each other)
- City = description field
The formula?
Thanx you a lot!!
- tamerj14 years agoCommunity Champion
just change the table name to the cities table
Cities = CONCATENATEX ( Cities, Cities[city], " | " )- 4pepesanchez44 years agoFrequent Visitor
hi again š tamerj1
Could you help me understand why the formula gives me an error? The first field that the formula asks me for is the table (Ventas_Clientas_Origen), the expression (Nombre), Order by Expression ('Ventas_Campaña_Google'[Descripción]).
* My goal is to get the names of the clients related to the table (one-to-many relationship) to return all the services performed by said clients.
Thx a lot!!
- tamerj14 years agoCommunity Champion
Which one is the many side? What is the code for the measure [Nombre]?