Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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êsThis is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
82 | |
66 | |
61 | |
46 | |
45 |