Forum Discussion
Conditional Formatting with Field Parameter using Filled Map in Azure Map visualization
- 1 year ago
Anonymous
Thank you! Actually, I just needed that measure. This is the idea I had. Using your measure, the resulting map looks right. Do you see a potential problem?
Your measure:
Measure = SWITCH( SELECTEDVALUE(Parameter[Parameter Fields]), "'Table'[Employee]", SUM('Table'[Employee]), "'Table'[Amount]", SUM('Table'[Amount]) )Next Steps:
Turn off Bubble Layer > Turn on Filled Map > Colors > Conditional Formatting > Format Style = Gradient > Base on = Measure > Adjust color, Min, Max
Result:
I am trying to use this DAX approach, but I keep running into a composite key error. This parameter table is disconnected. Any ideas on why this would be an issue for me, but worked for this person?
- user018 months agoResolver I
AWaldo :
I think I had a similar issue here:
Solved: Re: Create a measure that returns values like a Fi... - Microsoft Fabric Community
That was my final solution, but review the entire thread for context. If that doesn't help, I recommend posting a new question on the main help page.