Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello everyone,
If a question similar to mine has already been posted, please redirect me, I haven't found anything similar for the moment.
We are currently building a dashboard to represent our commercial pipeline, which comes from an Excel file.
I would like to use the map visualization to show how many contracts/offers/tenders have requested business in each country. For example, in 2018, 87 tenders included France, 110 included the UK, etc.
In our pipeline, each offer/tender/contract is on one line and we have a column "Markets" that lists the countries (or just the continent and the number of markets covered) for the tender in question.
We also have a column for each country and indicate with a "1" when the country is involved in the tender (which is quite long).
How should I go about manipulating the information in order to represent it correctly in a map visualization?
Apologies if I'm not clear.
Thank you in advance for your help, have a nice weekend all. ![]()
Solved! Go to Solution.
Hi @Anonymous,
Based on my test, you could refer yo below steps:
Sample data:
Split the market column by "/".
Split the [Market.1] column by ",".
Choose the [offer vs Tender] column and use the unpivot other columns function.
Apply it and use the [Value] as location, [offer vs Tender] as size.
You could also download the pbix file to have a view.
Regards,
Daniel He
Hi @Anonymous,
Could you please share some sample file to have a test if possible?
Regards,
Daniel He
Hi @Anonymous,
You could upload your report to your OneDrive or Dropbox and send the link to me.
Regards,
Daniel He
Hi @v-danhe-msft,
Here is the file , let me know if you have any trouble getting it.
Thanks a million 🙂
Hi @Anonymous,
Based on my test, you could refer yo below steps:
Sample data:
Split the market column by "/".
Split the [Market.1] column by ",".
Choose the [offer vs Tender] column and use the unpivot other columns function.
Apply it and use the [Value] as location, [offer vs Tender] as size.
You could also download the pbix file to have a view.
Regards,
Daniel He
Hi @Anonymous,
Based on my test, you could refer yo below steps:
Sample data:
Split the market column by "/".
Split the [Market.1] column by ",".
Choose the [offer vs Tender] column and use the unpivot other columns function.
Apply it and use the [Value] as location, [offer vs Tender] as size.
You could also download the pbix file to have a view.
Regards,
Daniel He
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.