Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have a table with a company name and budget. When i click on the company name i want to have a card with dynamic text that will change to show the names of the markets they are in. How do i make a measure like that that shows all the markets. I tried some things but i only get one market back and not all of them.
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
As you can see below using the measure:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
You should use the CONCATANEX formula to calculate this should be something similar to:
CONCATENATEX(Table, Table[Column], “,”)
Check the documentation for further explanation.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @MFelix i am not sure this is what i am looking for. The markets are all in the same column. My data looks like that.
Company A France
Company A Germany
Company A Japan
So company A is in 3 markets. If i use CONCATENATEX all i get is France multiple times for some reason.
Hi @Anonymous ,
As you can see below using the measure:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
123 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
183 | |
92 | |
67 | |
62 | |
53 |