<?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: Custom Visual Formatting with JSON File in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4809976#M62870</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1271221"&gt;@v-lgarikapat&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. I've not had a chance to look into it yet but will let you know how I get on when I do.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;</description>
    <pubDate>Thu, 28 Aug 2025 08:24:17 GMT</pubDate>
    <dc:creator>MallinMatthew</dc:creator>
    <dc:date>2025-08-28T08:24:17Z</dc:date>
    <item>
      <title>Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4807845#M62844</link>
      <description>&lt;P&gt;Can anyone tell me if it's possible to format an imported custom visual with an imported JSON file? I know this is possible with the visuals already available but can't quite get it to work for the SPC visual created by the government of western australia.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 08:53:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4807845#M62844</guid>
      <dc:creator>MallinMatthew</dc:creator>
      <dc:date>2025-08-26T08:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4808644#M62854</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1343191"&gt;@MallinMatthew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum&lt;/P&gt;
&lt;P&gt;It is possible to format the SPC custom visual developed by the Government of Western Australia using a JSON theme file but with a few caveats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What Works:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The SPC visual supports custom formatting via JSON, like native Power BI visuals. You can define properties like lineColor, dotColor, colour_main, and colour_target within the visualStyles section of your JSON file. Here's a snippet that aligns with what others have successfully used:&lt;/P&gt;
&lt;P&gt;"visualStyles": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "*": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PBISPC": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "*": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "lineColor": [{ "solid": { "color": "#EA1FED" } }],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dotColor": [{ "solid": { "color": "#EA1FED" } }],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "colour_main": [{ "solid": { "color": "#EA1FED" } }],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "colour_target": [{ "solid": { "color": "#EA1FED" } }]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;Might Be Tricky&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The visual must be correctly identified in your JSON under its internal name (PBISPC).&lt;/LI&gt;
&lt;LI&gt;Not all formatting options may be exposed or supported some properties might be hardcoded or not responsive to theme overrides.&lt;/LI&gt;
&lt;LI&gt;Ensure your JSON file is applied as a &lt;EM&gt;theme&lt;/EM&gt; in Power BI, not just imported as a visual.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/json-and-custom-visuals-with-power-bi-theme-possible/m-p/539850" target="_blank"&gt;Solved: .json and custom visuals with power bi theme possi... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/SPC-and-Shewart-Analysis-in-Power-BI/td-p/1680536" target="_blank"&gt;Solved: SPC and Shewart Analysis in Power BI - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;BR /&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 02:05:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4808644#M62854</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-08-27T02:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4808785#M62856</link>
      <description>&lt;P&gt;Hi Matthew,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm the dev for the SPC visual, apologies for these issues! I haven't worked with JSON theming before, so I'm not sure if/how I need to enable it within the visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll add it to the to-do list to investigate and hopefully resolve asap. You can track in this Github issue:&amp;nbsp;&lt;A href="https://github.com/AUS-DOH-Safety-and-Quality/PowerBI-SPC/issues/428" target="_blank"&gt;Investigate report theme support · Issue #428 · AUS-DOH-Safety-and-Quality/PowerBI-SPC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also feel free to open any other issues/requests for the visual, or reach out over email.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 06:07:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4808785#M62856</guid>
      <dc:creator>andrjohns</dc:creator>
      <dc:date>2025-08-27T06:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4809916#M62868</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/394735"&gt;@andrjohns&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your prompt response&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1343191"&gt;@MallinMatthew&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted to follow up and confirm whether you’ve had a chance to review the information we shared. If you have any questions or need further clarification, please don’t hesitate to reach out&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We appreciate your collaboration and support!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LakshmiNarayana&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 07:28:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4809916#M62868</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-08-28T07:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4809974#M62869</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for taking a look into it. I'll also keep you posted if I have any success with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:22:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4809974#M62869</guid>
      <dc:creator>MallinMatthew</dc:creator>
      <dc:date>2025-08-28T08:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4809976#M62870</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1271221"&gt;@v-lgarikapat&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. I've not had a chance to look into it yet but will let you know how I get on when I do.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:24:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4809976#M62870</guid>
      <dc:creator>MallinMatthew</dc:creator>
      <dc:date>2025-08-28T08:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4810004#M62871</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1343191"&gt;@MallinMatthew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your message. No worries at all take your time. Let me know how it goes when you get a chance to look into it.&lt;/P&gt;
&lt;P&gt;We appreciate your collaboration and support!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:40:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4810004#M62871</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-08-28T08:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4815165#M62948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1343191"&gt;@MallinMatthew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out we’d be happy to continue supporting you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We truly appreciate your continued engagement and thank you for being an active and valued member of the community. If you’re still experiencing any challenges, we’re more than happy to assist you further.&lt;/P&gt;
&lt;P&gt;We look forward to hearing from you.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 05:10:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4815165#M62948</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-03T05:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4819595#M63023</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1343191"&gt;@MallinMatthew&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We’d like to confirm whether your issue has been successfully resolved. If you still have any questions or need further assistance, please don’t hesitate to reach out we’d be happy to continue supporting you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We truly appreciate your continued engagement and thank you for being an active and valued member of the community. If you’re still experiencing any challenges, we’re more than happy to assist you further.&lt;/P&gt;
&lt;P&gt;We look forward to hearing from you.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 06:42:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4819595#M63023</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-08T06:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Formatting with JSON File</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4828167#M63118</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1343191"&gt;@MallinMatthew&lt;/a&gt;&amp;nbsp;&lt;STRONG&gt;,&lt;/STRONG&gt; Just following up to see if you had a chance to look into it. Let us&amp;nbsp; know when you get a moment appreciate your time!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 07:33:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Formatting-with-JSON-File/m-p/4828167#M63118</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-17T07:33:41Z</dc:date>
    </item>
  </channel>
</rss>

