<?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 Deneb Marginal Histogram in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-Marginal-Histogram/m-p/3300398#M7711</link>
    <description>&lt;P&gt;Hi y'all,&lt;/P&gt;&lt;P&gt;I got all excited to build this chart in the Deneb visualization.&amp;nbsp; But&amp;nbsp;&lt;EM&gt;I can't figure out how!!!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tableauspoiled_0-1687549183791.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/932989i382C9589A4E82C70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tableauspoiled_0-1687549183791.png" alt="tableauspoiled_0-1687549183791.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it's called a marginal histogram.&amp;nbsp; I found some Json code that supposedly builds something similar, but I can't seem to twist it to make it work on my data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a table called 'Opportunity', a measure called [Leads], and a date table/date field: Date[Month Year]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I borrowed this code from github and edited it with my field names (I'll post the actual code in comments in case anyone needs it, but picture for sake of simple visibility at once):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tableauspoiled_5-1687549461183.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/932995i1483294337C179B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tableauspoiled_5-1687549461183.png" alt="tableauspoiled_5-1687549461183.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tableauspoiled_6-1687549495862.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/932996i70638FCDABC13135/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tableauspoiled_6-1687549495862.png" alt="tableauspoiled_6-1687549495862.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And all I get is a set of ugly error/warning messages:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tableauspoiled_1-1687549287087.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/932990i11193236DAB95013/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tableauspoiled_1-1687549287087.png" alt="tableauspoiled_1-1687549287087.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I incorrectly replacing a field?&amp;nbsp; Am I naming my dataset wrong?&amp;nbsp; The initial code called a schema first, but I don't know what that would involve here.&amp;nbsp; The tables originate in Salesforce and pulled into Power Query to clean/organize.&amp;nbsp; There are multiple other tables and relationships between them in the report.&amp;nbsp; I'd like to use this chart-type for other visualizations that might require me to pull from multiple tables at once--or at least use measures that involve USERELATIONSHIP commands.&amp;nbsp; I'm not sure if that would impact how I need to bring in the dataset on the json code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know it might be asking a lot--I genuinely don't know how big a lift this answer might be--but I know next to nothing about json, so if it's possible to simplify the explanation, I'd greatly appreciate it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2023 20:06:43 GMT</pubDate>
    <dc:creator>tableauspoiled</dc:creator>
    <dc:date>2023-06-23T20:06:43Z</dc:date>
    <item>
      <title>Deneb Marginal Histogram</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-Marginal-Histogram/m-p/3300398#M7711</link>
      <description>&lt;P&gt;Hi y'all,&lt;/P&gt;&lt;P&gt;I got all excited to build this chart in the Deneb visualization.&amp;nbsp; But&amp;nbsp;&lt;EM&gt;I can't figure out how!!!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tableauspoiled_0-1687549183791.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/932989i382C9589A4E82C70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tableauspoiled_0-1687549183791.png" alt="tableauspoiled_0-1687549183791.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it's called a marginal histogram.&amp;nbsp; I found some Json code that supposedly builds something similar, but I can't seem to twist it to make it work on my data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a table called 'Opportunity', a measure called [Leads], and a date table/date field: Date[Month Year]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I borrowed this code from github and edited it with my field names (I'll post the actual code in comments in case anyone needs it, but picture for sake of simple visibility at once):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tableauspoiled_5-1687549461183.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/932995i1483294337C179B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tableauspoiled_5-1687549461183.png" alt="tableauspoiled_5-1687549461183.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tableauspoiled_6-1687549495862.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/932996i70638FCDABC13135/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tableauspoiled_6-1687549495862.png" alt="tableauspoiled_6-1687549495862.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And all I get is a set of ugly error/warning messages:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tableauspoiled_1-1687549287087.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/932990i11193236DAB95013/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tableauspoiled_1-1687549287087.png" alt="tableauspoiled_1-1687549287087.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I incorrectly replacing a field?&amp;nbsp; Am I naming my dataset wrong?&amp;nbsp; The initial code called a schema first, but I don't know what that would involve here.&amp;nbsp; The tables originate in Salesforce and pulled into Power Query to clean/organize.&amp;nbsp; There are multiple other tables and relationships between them in the report.&amp;nbsp; I'd like to use this chart-type for other visualizations that might require me to pull from multiple tables at once--or at least use measures that involve USERELATIONSHIP commands.&amp;nbsp; I'm not sure if that would impact how I need to bring in the dataset on the json code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know it might be asking a lot--I genuinely don't know how big a lift this answer might be--but I know next to nothing about json, so if it's possible to simplify the explanation, I'd greatly appreciate it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 20:06:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-Marginal-Histogram/m-p/3300398#M7711</guid>
      <dc:creator>tableauspoiled</dc:creator>
      <dc:date>2023-06-23T20:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Deneb Marginal Histogram</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-Marginal-Histogram/m-p/3300405#M7712</link>
      <description>&lt;P&gt;My json code (borrowed and edited from github):&lt;BR /&gt;{&lt;BR /&gt;"data": {"name": "dataset"},&lt;BR /&gt;{&lt;BR /&gt;"spacing": 15,&lt;BR /&gt;"bounds": "flush",&lt;BR /&gt;"vconcat": [&lt;BR /&gt;{&lt;BR /&gt;"mark": "bar",&lt;BR /&gt;"height": 60,&lt;BR /&gt;"encoding": {&lt;BR /&gt;"x": {&lt;BR /&gt;"bin": true,&lt;BR /&gt;"field": "Month Year",&lt;BR /&gt;"axis": null&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"data": {"name": "dataset"},&lt;BR /&gt;"y": {&lt;BR /&gt;"aggregate": "Leads",&lt;BR /&gt;"scale": {&lt;BR /&gt;"domain": [0, 1000]&lt;BR /&gt;},&lt;BR /&gt;"title": ""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"data": {&lt;BR /&gt;"name": "dataset",&lt;BR /&gt;"spacing": 15,&lt;BR /&gt;"bounds": "flush",&lt;BR /&gt;"hconcat": [&lt;BR /&gt;{&lt;BR /&gt;"mark": "rect",&lt;BR /&gt;"encoding": {&lt;BR /&gt;"x": {&lt;BR /&gt;"bin": true,&lt;BR /&gt;"field": "Month Year"&lt;BR /&gt;},&lt;BR /&gt;"y": {&lt;BR /&gt;"bin": true,&lt;BR /&gt;"field": "Product"&lt;BR /&gt;},&lt;BR /&gt;"color": {&lt;BR /&gt;"aggregate": "Leads"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"mark": "bar",&lt;BR /&gt;"width": 60,&lt;BR /&gt;"encoding": {&lt;BR /&gt;"y": {&lt;BR /&gt;"bin": true,&lt;BR /&gt;"field": "Product",&lt;BR /&gt;"axis": null&lt;BR /&gt;},&lt;BR /&gt;"x": {&lt;BR /&gt;"aggregate": "Leads",&lt;BR /&gt;"scale": {&lt;BR /&gt;"domain": [0, 1000]&lt;BR /&gt;},&lt;BR /&gt;"title": ""&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 20:12:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Deneb-Marginal-Histogram/m-p/3300405#M7712</guid>
      <dc:creator>tableauspoiled</dc:creator>
      <dc:date>2023-06-23T20:12:23Z</dc:date>
    </item>
  </channel>
</rss>

