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.
Hello all,
I am using "Shape Map" to show metric values on a US map. I am showing opportunities in terms of values (10,5 and 0). This works perfectly fine. See below:
When I use a slicer value (say product "A") , then based on the report logic there are no opportunites or in other words opportunity=0. I get the below map - which is all pink in color. My requirement is to get "Grey" color in the map as the opportunity=0. I tried few things in data values options but am unable to get the required results. Any suggestions?
Solved! Go to Solution.
@lakshay12311 , Not exactly clear on your measure, but try like
new measure = if([opportunity]=0, blank(),[opportunity])
This should greyout 0 values
@lakshay12311 , Not exactly clear on your measure, but try like
new measure = if([opportunity]=0, blank(),[opportunity])
This should greyout 0 values
Thanks @amitchandak ! It worked like a charm 🙂 It amazing to see how small changes make big difference!
This 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 |
---|---|
11 | |
11 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
12 | |
11 | |
11 | |
11 |