Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi I'm trying to map employee counts over a company on a map. For example my data looks like
| State | Marketing | Sales | Factory | Management | |
| ALABAMA | 160 | 336 | 862 | 28 | |
| ALASKA | 237 | 461 | 576 | 28 | |
| ARIZONA | 115 | 392 | 762 | 14 |
I would like to use a filled map that is filled based on the sum of all employees, but have a slicer that would recolor the map if I only cared about the distribution of a certain kind of employee (e.g marketing, mangement, etc).
Currently I can only have one value as the value used for the mapping, I can easily sum the numbers, but I cannot get the filtering to work.
Any help would be appreciated.
Solved! Go to Solution.
@Anonymous,
If I understand correctly, you are trying to seee Filled Map visualization by state and be able to filter by each department (Marketing, Sales, Factory, Management) ?
Let say, I have your sample data:
First, you need to unpivot data to have a tabular structure.
Select State column and go to Transform -> Unpivot Columns -> Unpivot Other Columns
You will get:
Then import the data and create visualization with filter by the new Attribute column:
Let me know if this helps. Thanks.
@Anonymous,
If I understand correctly, you are trying to seee Filled Map visualization by state and be able to filter by each department (Marketing, Sales, Factory, Management) ?
Let say, I have your sample data:
First, you need to unpivot data to have a tabular structure.
Select State column and go to Transform -> Unpivot Columns -> Unpivot Other Columns
You will get:
Then import the data and create visualization with filter by the new Attribute column:
Let me know if this helps. Thanks.
You're an absolute saint. The whole pivoting thing is something I'm still trying to grasp.
Thanks,
Chris
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 40 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 38 | |
| 35 | |
| 26 |