<?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: How to count the number of tracks in Deneb using a dataset with multiple tracks per row in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3660766#M141857</link>
    <description>Madison, Thank you very much for all your contribution and sharing knowledge to the entire community. I got the resolution, it worked here, after taking it easy and analyzing it, it was actually simple, lol.... Hugs, Edu | São Paulo | Brazil</description>
    <pubDate>Thu, 25 Jan 2024 14:52:28 GMT</pubDate>
    <dc:creator>edu_210981</dc:creator>
    <dc:date>2024-01-25T14:52:28Z</dc:date>
    <item>
      <title>How to count the number of tracks in Deneb using a dataset with multiple tracks per row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3636837#M140710</link>
      <description>&lt;P&gt;Hello, I am using Deneb to create a chart that shows the number of tracks in my dataset “Spotify Dataset (3)”.&lt;BR /&gt;&lt;BR /&gt;The problem is that my dataset has multiple tracks per row, separated by commas. For example, row 1 contains the information for the tracks “Shape of You” and “Perfect”, by the band Ed Sheeran. I tried to use the measure _Track = count('Spotify Dataset (3)'[track_name]), but it only returns the number of rows, which is 953.&lt;BR /&gt;&lt;BR /&gt;I want to count the number of tracks in my dataset, not the number of rows. How can I do that in Deneb? I have tried several types of measures, but none of them worked. Can anyone help me? Thank you.&lt;/P&gt;&lt;P&gt;In short:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I want to create this Deneb HeatMap with Park bars, link:&lt;BR /&gt;&lt;A href="https://www.youtube.com/shorts/E2wjo4FaVjk" target="_blank"&gt;https://www.youtube.com/shorts/E2wjo4FaVjk&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Code Github:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/PowerBI-tips/Deneb-Templates/blob/main/templates/heatmap%20with%20bars%20-%20red%20themed.json" target="_blank"&gt;https://github.com/PowerBI-tips/Deneb-Templates/blob/main/templates/heatmap%20with%20bars%20-%20red%20themed.json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;on line 41 I changed the KPI to the measure name _Track, but it doesn't work either&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for any help!&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 23:13:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3636837#M140710</guid>
      <dc:creator>edu_210981</dc:creator>
      <dc:date>2024-01-12T23:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to count the number of tracks in Deneb using a dataset with multiple tracks per row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3637319#M140737</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="673978" data-lia-user-login="edu_210981" class="lia-mention lia-mention-user"&gt;edu_210981&lt;/a&gt;, let me know if the logic in &lt;A href="https://vega.github.io/editor/#/gist/c43d28d200c8490fbee1907a5cc5a6e2/spec.json" target="_self"&gt;this spec&lt;/A&gt; will help.&lt;BR /&gt;&lt;BR /&gt;The important part:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  "transform": [
    {"calculate": "split(datum['track'], ',')", "as": "track"},
    {"flatten": ["track"]}
  ],&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If this is enough to get you going please consider liking this reply and choosing it as the solution. Otherwise, I'm happy to help further.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jan 2024 19:12:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3637319#M140737</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2024-01-13T19:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to count the number of tracks in Deneb using a dataset with multiple tracks per row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3639537#M140887</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="673978" data-lia-user-login="edu_210981" class="lia-mention lia-mention-user"&gt;edu_210981&lt;/a&gt;,&amp;nbsp;did this end up working? Happy to help further if not.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 20:34:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3639537#M140887</guid>
      <dc:creator>giammariam</dc:creator>
      <dc:date>2024-01-15T20:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to count the number of tracks in Deneb using a dataset with multiple tracks per row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3660766#M141857</link>
      <description>Madison, Thank you very much for all your contribution and sharing knowledge to the entire community. I got the resolution, it worked here, after taking it easy and analyzing it, it was actually simple, lol.... Hugs, Edu | São Paulo | Brazil</description>
      <pubDate>Thu, 25 Jan 2024 14:52:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3660766#M141857</guid>
      <dc:creator>edu_210981</dc:creator>
      <dc:date>2024-01-25T14:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to count the number of tracks in Deneb using a dataset with multiple tracks per row</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3660768#M141858</link>
      <description>&lt;P&gt;Madison,&lt;/P&gt;&lt;P&gt;Thank you very much for all your contribution and sharing knowledge to the entire community.&lt;/P&gt;&lt;P&gt;I got the resolution, it worked here, after taking it easy and analyzing it, it was actually simple, lol....&lt;/P&gt;&lt;P&gt;Hugs,&lt;/P&gt;&lt;P&gt;Edu | São Paulo | Brazil&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 14:53:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-the-number-of-tracks-in-Deneb-using-a-dataset-with/m-p/3660768#M141858</guid>
      <dc:creator>edu_210981</dc:creator>
      <dc:date>2024-01-25T14:53:02Z</dc:date>
    </item>
  </channel>
</rss>

