<?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: power bi loop in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109554#M41514</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/505968"&gt;@BIswajit_Das&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created a sample pbix file(see&lt;EM&gt;&lt;STRONG&gt; the attachment&lt;/STRONG&gt;&lt;/EM&gt;), please check if that is what you want.&lt;/P&gt;
&lt;P&gt;1. Create a z field dimension table&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Z = VALUES('Table'[z])&lt;/LI-CODE&gt;
&lt;P&gt;2. Create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _selvalue =
    SELECTEDVALUE ( 'Z'[z] )
VAR _countx =
    DISTINCTCOUNT ( 'Table'[x] )
VAR _countz =
    CALCULATE (
        DISTINCTCOUNT ( 'Table'[x] ),
        FILTER ( 'Table', 'Table'[z] = _selvalue )
    )
RETURN
    DIVIDE ( _countz, _countx, 0 )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1677824704690.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/880740iAE5DB84A09154884/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1677824704690.png" alt="yingyinr_0-1677824704690.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you have new problem or requirement, you can post a&lt;STRONG&gt; new case&lt;/STRONG&gt; in the community. Then more people will see it and resolve it shortly.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 06:27:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-03T06:27:04Z</dc:date>
    <item>
      <title>power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3101276#M41447</link>
      <description>&lt;P&gt;Present data&lt;/P&gt;&lt;P&gt;id&amp;nbsp; response&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Required Data&lt;/P&gt;&lt;P&gt;id&amp;nbsp; response&amp;nbsp;&amp;nbsp; Maxcountbasedata&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 11:39:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3101276#M41447</guid>
      <dc:creator>BIswajit_Das</dc:creator>
      <dc:date>2023-02-27T11:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3105143#M41464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/505968"&gt;@BIswajit_Das&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created a sample pbix file(see &lt;EM&gt;&lt;STRONG&gt;the attachment&lt;/STRONG&gt;&lt;/EM&gt;), please check if that is what you want.&lt;/P&gt;
&lt;P&gt;1. Create a&lt;STRONG&gt; calculated column&lt;/STRONG&gt; as below to get the count of per response under per id&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Count = 
CALCULATE (
    COUNT ( 'Table'[response] ),
    FILTER (
        'Table',
        'Table'[id] = EARLIER ( 'Table'[id] )
            &amp;amp;&amp;amp; 'Table'[response] = EARLIER ( 'Table'[response] )
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1677638642801.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/879270i3BE0B1CA96132CAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1677638642801.png" alt="yingyinr_0-1677638642801.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. Create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below to get the response which have the max count&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Maxcountbasedata = 
VAR _selid =
    SELECTEDVALUE ( 'Table'[id] )
VAR _count =
    CALCULATE (
        MAX ( 'Table'[Count] ),
        FILTER ( ALLSELECTED ( 'Table' ), 'Table'[id] = _selid )
    )
RETURN
    CALCULATE (
        MAX ( 'Table'[response] ),
        FILTER (
            ALLSELECTED ( 'Table' ),
            'Table'[id] = _selid
                &amp;amp;&amp;amp; 'Table'[Count] = _count
        )
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_1-1677638752124.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/879271iF4C0DF23150F6745/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_1-1677638752124.png" alt="yingyinr_1-1677638752124.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 02:46:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3105143#M41464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-01T02:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3105821#M41478</link>
      <description>&lt;P&gt;Thanks a lot It's really helpful&lt;/P&gt;&lt;P&gt;But i need the measure value in a column to use it on the shape map&lt;/P&gt;&lt;P&gt;Is there any way to so&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 12:27:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3105821#M41478</guid>
      <dc:creator>BIswajit_Das</dc:creator>
      <dc:date>2023-03-01T12:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3105834#M41479</link>
      <description>&lt;P&gt;Actually i need the measure value in a column&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 12:32:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3105834#M41479</guid>
      <dc:creator>BIswajit_Das</dc:creator>
      <dc:date>2023-03-01T12:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3107196#M41490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/505968"&gt;@BIswajit_Das&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can create a calculated column as below to replace the measure, please find the details in &lt;EM&gt;&lt;STRONG&gt;the attachment&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column =
VAR _count =
    CALCULATE (
        MAX ( 'Table'[Count] ),
        FILTER ( 'Table', 'Table'[id] = EARLIER ( 'Table'[id] ) )
    )
RETURN
    CALCULATE (
        MAX ( 'Table'[response] ),
        FILTER (
            'Table',
            'Table'[id] = EARLIER ( 'Table'[id] )
                &amp;amp;&amp;amp; 'Table'[Count] = _count
        )
    )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1677738678347.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/879948i0C634EEEF12F8DAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1677738678347.png" alt="yingyinr_0-1677738678347.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 06:31:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3107196#M41490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-02T06:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109466#M41511</link>
      <description>&lt;P&gt;Thanks it's really helpfull&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 05:20:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109466#M41511</guid>
      <dc:creator>BIswajit_Das</dc:creator>
      <dc:date>2023-03-03T05:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109496#M41512</link>
      <description>&lt;P&gt;I have this now&lt;/P&gt;&lt;P&gt;x&amp;nbsp; y&amp;nbsp; z&lt;/P&gt;&lt;P&gt;1&amp;nbsp; a&amp;nbsp; a&lt;/P&gt;&lt;P&gt;1&amp;nbsp; b&amp;nbsp; a&lt;/P&gt;&lt;P&gt;1&amp;nbsp; a&amp;nbsp; a&lt;/P&gt;&lt;P&gt;2&amp;nbsp; a&amp;nbsp; a&lt;/P&gt;&lt;P&gt;3&amp;nbsp; b&amp;nbsp; b&lt;/P&gt;&lt;P&gt;And i need to create a visual like&lt;/P&gt;&lt;P&gt;for a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for b&lt;/P&gt;&lt;P&gt;2/3&amp;nbsp; (z-count/distintcount-x) &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/3&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to do this??&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 05:33:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109496#M41512</guid>
      <dc:creator>BIswajit_Das</dc:creator>
      <dc:date>2023-03-03T05:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109554#M41514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/505968"&gt;@BIswajit_Das&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created a sample pbix file(see&lt;EM&gt;&lt;STRONG&gt; the attachment&lt;/STRONG&gt;&lt;/EM&gt;), please check if that is what you want.&lt;/P&gt;
&lt;P&gt;1. Create a z field dimension table&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Z = VALUES('Table'[z])&lt;/LI-CODE&gt;
&lt;P&gt;2. Create a &lt;STRONG&gt;measure&lt;/STRONG&gt; as below&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _selvalue =
    SELECTEDVALUE ( 'Z'[z] )
VAR _countx =
    DISTINCTCOUNT ( 'Table'[x] )
VAR _countz =
    CALCULATE (
        DISTINCTCOUNT ( 'Table'[x] ),
        FILTER ( 'Table', 'Table'[z] = _selvalue )
    )
RETURN
    DIVIDE ( _countz, _countx, 0 )&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1677824704690.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/880740iAE5DB84A09154884/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1677824704690.png" alt="yingyinr_0-1677824704690.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you have new problem or requirement, you can post a&lt;STRONG&gt; new case&lt;/STRONG&gt; in the community. Then more people will see it and resolve it shortly.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 06:27:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109554#M41514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-03T06:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109698#M41518</link>
      <description>&lt;P&gt;actually my requirement is to set visuals like 2/3 and 0/3&lt;/P&gt;&lt;P&gt;I've posted this on new massage please check the below link&lt;/P&gt;&lt;P&gt;"&lt;A href="https://community.powerbi.com/t5/Desktop/power-bi-visual/m-p/3109670/highlight/true#M1053860" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/power-bi-visual/m-p/3109670/highlight/true#M1053860&lt;/A&gt;"&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 07:40:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109698#M41518</guid>
      <dc:creator>BIswajit_Das</dc:creator>
      <dc:date>2023-03-03T07:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109745#M41519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/505968"&gt;@BIswajit_Das&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I just reply you in the new case:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Desktop/power-bi-visual/m-p/3109670/highlight/true#M1053860" target="_blank"&gt;power bi visual - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 07:57:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109745#M41519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-03T07:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109979#M41524</link>
      <description>&lt;P&gt;I liked this solution&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 10:05:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3109979#M41524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-03T10:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: power bi loop</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3111432#M41549</link>
      <description>&lt;P&gt;Can we help with this post&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Power-Bi-Table/m-p/3111393" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Power-Bi-Table/m-p/3111393&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 07:34:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/power-bi-loop/m-p/3111432#M41549</guid>
      <dc:creator>BIswajit_Das</dc:creator>
      <dc:date>2023-03-04T07:34:06Z</dc:date>
    </item>
  </channel>
</rss>

