March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello everyone, I have a question about showing multiple datasets on the map.
I have a list of activities and for each one I need to show participating countries that differ from one to another. I'm pulling the data from Excel where people entering there activities and participating counties (binary 1/0 answers for each country and activity).
I am using Filled map in PowerBi and it doesn't let me upload more that one column of data (which is the data set of the first country only).
Any suggestions on how to organize the entering of such data in Excel and how to show it in PowerBi?
Thanks in advance!
Solved! Go to Solution.
So how is the data laid out?
Like
Activity,Country1,Country2,Country3,Country4
Activity 1,1,0,0,1
Or
Country,Activity1,Activity2,Activity3,Activity4
Country1,1,0,0,1
Regardless, it should be something like:
Country,Activity,Value
Country1,Activity1,1
Country1,Activity2,0
Country1,Activity3,0
Country1,Activity4,1
Country2,Activity1,1
...
If it is in that form, you should be good to go. You can use Unpivot to unpivot your columns in Power Query.
So how is the data laid out?
Like
Activity,Country1,Country2,Country3,Country4
Activity 1,1,0,0,1
Or
Country,Activity1,Activity2,Activity3,Activity4
Country1,1,0,0,1
Regardless, it should be something like:
Country,Activity,Value
Country1,Activity1,1
Country1,Activity2,0
Country1,Activity3,0
Country1,Activity4,1
Country2,Activity1,1
...
If it is in that form, you should be good to go. You can use Unpivot to unpivot your columns in Power Query.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
6 | |
3 | |
3 | |
2 | |
2 |