<?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 Re: backend Layout code in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/backend-Layout-code/m-p/2848345#M39308</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you may want to create a custom visual. Here I suggest you to refer to the below offical blog to learn more details. Here are some learnings about custom visual like how to develop a circle card visual and I hope they could help you.&lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/develop-power-bi-visuals" target="_self"&gt;Power BI custom visuals&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 07:23:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-18T07:23:57Z</dc:date>
    <item>
      <title>backend Layout code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/backend-Layout-code/m-p/2845878#M39287</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we create any visual , in back end code will generate . I would like to understand that . How code has been created.&amp;nbsp; below mentioned code is generated for one of my visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can any one explain&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"id": 0,&lt;BR /&gt;"resourcePackages": [&lt;BR /&gt;{&lt;BR /&gt;"resourcePackage": {&lt;BR /&gt;"name": "SharedResources",&lt;BR /&gt;"type": 2,&lt;BR /&gt;"items": [&lt;BR /&gt;{&lt;BR /&gt;"type": 202,&lt;BR /&gt;"path": "BaseThemes/CY22SU03.json",&lt;BR /&gt;"name": "CY22SU03"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"disabled": false&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"sections": [&lt;BR /&gt;{&lt;BR /&gt;"id": 0,&lt;BR /&gt;"name": "ReportSection",&lt;BR /&gt;"displayName": "POCfile",&lt;BR /&gt;"filters": "[]",&lt;BR /&gt;"ordinal": 0,&lt;BR /&gt;"visualContainers": [&lt;BR /&gt;{&lt;BR /&gt;"x": 12.857142857142858,&lt;BR /&gt;"y": 60.00000000000001,&lt;BR /&gt;"z": 0,&lt;BR /&gt;"width": 364.28571428571433,&lt;BR /&gt;"height": 341.42857142857144,&lt;BR /&gt;"config": "{\"name\":\"beb07f5241b39e752659\",\"layouts\":[{\"id\":0,\"position\":{\"x\":12.857142857142858,\"y\":60.00000000000001,\"z\":0,\"width\":364.28571428571433,\"height\":341.42857142857144}}],\"singleVisual\":{\"visualType\":\"columnChart\",\"projections\":{\"Category\":[{\"queryRef\":\"Countrymaster.Region\",\"active\":true}],\"Y\":[{\"queryRef\":\"Sum(Orders.Sales)\"}]},\"prototypeQuery\":{\"Version\":2,\"From\":[{\"Name\":\"c\",\"Entity\":\"Countrymaster\",\"Type\":0},{\"Name\":\"o\",\"Entity\":\"Orders\",\"Type\":0}],\"Select\":[{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"c\"}},\"Property\":\"Region\"},\"Name\":\"Countrymaster.Region\"},{\"Aggregation\":{\"Expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"o\"}},\"Property\":\"Sales\"}},\"Function\":0},\"Name\":\"Sum(Orders.Sales)\"}],\"OrderBy\":[{\"Direction\":2,\"Expression\":{\"Aggregation\":{\"Expression\":{\"Column\":{\"Expression\":{\"SourceRef\":{\"Source\":\"o\"}},\"Property\":\"Sales\"}},\"Function\":0}}}]},\"drillFilterOtherVisuals\":true,\"hasDefaultSort\":true,\"objects\":{\"categoryAxis\":[{\"properties\":{\"fontSize\":{\"expr\":{\"Literal\":{\"Value\":\"11D\"}}},\"maxMarginFactor\":{\"expr\":{\"Literal\":{\"Value\":\"32L\"}}}}}]},\"vcObjects\":{\"border\":[{\"properties\":{\"show\":{\"expr\":{\"Literal\":{\"Value\":\"true\"}}},\"radius\":{\"expr\":{\"Literal\":{\"Value\":\"12D\"}}}}}],\"background\":[{\"properties\":{\"transparency\":{\"expr\":{\"Literal\":{\"Value\":\"41D\"}}}}}]}}}",&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 08:23:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/backend-Layout-code/m-p/2845878#M39287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-17T08:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: backend Layout code</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/backend-Layout-code/m-p/2848345#M39308</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you may want to create a custom visual. Here I suggest you to refer to the below offical blog to learn more details. Here are some learnings about custom visual like how to develop a circle card visual and I hope they could help you.&lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/develop-power-bi-visuals" target="_self"&gt;Power BI custom visuals&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 07:23:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/backend-Layout-code/m-p/2848345#M39308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-18T07:23:57Z</dc:date>
    </item>
  </channel>
</rss>

