<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dynamic measure map visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measure-map-visual/m-p/3415562#M129216</link>
    <description>&lt;PRE&gt;Hi,

I have to create a attractiveness map visual to choose a city and this map has to work with 3 dynamic parameters that will work like a weight (from 1 to 10).
The person can choose the weight from 1 to 10 depending on their preference, for example, 'total invoicing' will have weight 3 and 'total costumers' will have weight 8..

So a created a measure called 'Attractiveness' from the weight parameters and other measures that show me the rank percentile:

Attractiveness = ROUND(((('Weight Total Invoicing'[Value Weight Total Invoicing]*[Rank_perc_total_invoicing]+
'Weight Total costumers'[Value Weight Total costumers]*[Rank_perc_total_costumers]+
'Weight Average ticket'[Value Weight Average ticket]*[Rank_perc_aver_ticket]+
)
/
('Weight Total Invoicing'[Value Weight Total Invoicing]+
'Weight Total costumers'[Value Weight Total costumers]+
'Weight Average ticket'[Value Weight Average ticket]
))/10)*10,1)

Then, I created a map visual with the location, 'Cities name' in the Legend field and I inserted the 'Attractiveness' measure in the bubble size.

My problem is, the 'Attractiveness' measure is not working, its showing me value '10' in the tree cities but when I tested in another visual (a bar chart) it worked.

Can someone help me please?&lt;/PRE&gt;</description>
    <pubDate>Tue, 05 Sep 2023 11:56:58 GMT</pubDate>
    <dc:creator>thelo09</dc:creator>
    <dc:date>2023-09-05T11:56:58Z</dc:date>
    <item>
      <title>Dynamic measure map visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measure-map-visual/m-p/3415562#M129216</link>
      <description>&lt;PRE&gt;Hi,

I have to create a attractiveness map visual to choose a city and this map has to work with 3 dynamic parameters that will work like a weight (from 1 to 10).
The person can choose the weight from 1 to 10 depending on their preference, for example, 'total invoicing' will have weight 3 and 'total costumers' will have weight 8..

So a created a measure called 'Attractiveness' from the weight parameters and other measures that show me the rank percentile:

Attractiveness = ROUND(((('Weight Total Invoicing'[Value Weight Total Invoicing]*[Rank_perc_total_invoicing]+
'Weight Total costumers'[Value Weight Total costumers]*[Rank_perc_total_costumers]+
'Weight Average ticket'[Value Weight Average ticket]*[Rank_perc_aver_ticket]+
)
/
('Weight Total Invoicing'[Value Weight Total Invoicing]+
'Weight Total costumers'[Value Weight Total costumers]+
'Weight Average ticket'[Value Weight Average ticket]
))/10)*10,1)

Then, I created a map visual with the location, 'Cities name' in the Legend field and I inserted the 'Attractiveness' measure in the bubble size.

My problem is, the 'Attractiveness' measure is not working, its showing me value '10' in the tree cities but when I tested in another visual (a bar chart) it worked.

Can someone help me please?&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Sep 2023 11:56:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measure-map-visual/m-p/3415562#M129216</guid>
      <dc:creator>thelo09</dc:creator>
      <dc:date>2023-09-05T11:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic measure map visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measure-map-visual/m-p/3418828#M129394</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="612666" data-lia-user-login="thelo09" class="lia-mention lia-mention-user"&gt;thelo09&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 02:19:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measure-map-visual/m-p/3418828#M129394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-07T02:19:08Z</dc:date>
    </item>
  </channel>
</rss>

