Forum Discussion
psyang
8 years agoFrequent Visitor
Auto-Populate Category/Measure Fields
In the Microsoft Map visual, clicking the checkbox beside an attribute named "Latitude" will automatically place that field in the visual's "Latitude" category, even though latitude is not the first ...
- 8 years ago
Most likely you shoild specify preferredTypes in capabilities.json for such data-fields.
Please use geography as a type of preferredTypes.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
v-viig
8 years agoCommunity Champion
Most likely you shoild specify preferredTypes in capabilities.json for such data-fields.
Please use geography as a type of preferredTypes.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- psyang8 years agoFrequent Visitor
Works perfectly. Thanks!