<?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: percentage by last week blank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3135254#M111710</link>
    <description>&lt;P&gt;Upload it via onedrive or dropbox and share the link &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 06:04:12 GMT</pubDate>
    <dc:creator>andhiii079845</dc:creator>
    <dc:date>2023-03-16T06:04:12Z</dc:date>
    <item>
      <title>percentage by last week blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3122896#M110849</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I'm having a problem on my formula&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;here in my dashboard i have week 2 and 3&lt;/P&gt;&lt;P&gt;both weeks are showing correct % but when i switch on a duration it goes blank&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;here is my formula&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;percentageforsoc = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[lastweekcpm]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(), (&lt;/SPAN&gt;&lt;SPAN&gt;[lastweekcpm]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;[thisweekcpm]&lt;/SPAN&gt;&lt;SPAN&gt;)/&lt;/SPAN&gt;&lt;SPAN&gt;[lastweekcpm]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if the date changes the lastweekcpm turns to blank,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;so that's why the cards go blank, is there a way for me to show it? and dont summarize the %&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the response&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Mar 2023 02:15:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3122896#M110849</guid>
      <dc:creator>reibalboaOMG</dc:creator>
      <dc:date>2023-03-10T02:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: percentage by last week blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3123454#M110875</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;You have to show us the involved tables, columns and measures. I think a upload (via ondrive, dropbox) with a example without senstive data will be the easist way.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 08:57:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3123454#M110875</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-10T08:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: percentage by last week blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3126569#M111064</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="520150" data-lia-user-login="andhiii079845" class="lia-mention lia-mention-user"&gt;andhiii079845&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here's my lastweekformula&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;lastweekcpm = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Postimpcpm]&lt;/SPAN&gt;&lt;SPAN&gt; ,&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Template (2)'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'Template (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[weekrank]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Template (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[weekrank]&lt;/SPAN&gt;&lt;SPAN&gt;)-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;thisweeks formula&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;thisweekcpm = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Postimpcpm]&lt;/SPAN&gt;&lt;SPAN&gt; ,&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Template (2)'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'Template (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[weekrank]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Template (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[weekrank]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;percentageforsoc = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ISBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[lastweekcpm]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(), (&lt;/SPAN&gt;&lt;SPAN&gt;[lastweekcpm]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;[thisweekcpm]&lt;/SPAN&gt;&lt;SPAN&gt;)/&lt;/SPAN&gt;&lt;SPAN&gt;[lastweekcpm]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;and the&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img /&gt;&lt;P&gt;postimpcpm:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Postimpcpm = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1000&lt;/SPAN&gt;&lt;SPAN&gt; * &lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Template (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Cost/Post]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Template (2)'&lt;/SPAN&gt;&lt;SPAN&gt;[Post Impression]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Mar 2023 01:03:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3126569#M111064</guid>
      <dc:creator>reibalboaOMG</dc:creator>
      <dc:date>2023-03-13T01:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: percentage by last week blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3133025#M111536</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="520150" data-lia-user-login="andhiii079845" class="lia-mention lia-mention-user"&gt;andhiii079845&lt;/a&gt;&amp;nbsp;since it's a dummy data that i'm using do you want the pbix file?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 09:34:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3133025#M111536</guid>
      <dc:creator>reibalboaOMG</dc:creator>
      <dc:date>2023-03-15T09:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: percentage by last week blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3133064#M111540</link>
      <description>&lt;P&gt;This will be great! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 09:55:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3133064#M111540</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-15T09:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: percentage by last week blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3134820#M111684</link>
      <description>&lt;P&gt;Where can i send the pbix, email?, i'm trying to attach the files here but the file was not supported for attachment&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 01:13:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3134820#M111684</guid>
      <dc:creator>reibalboaOMG</dc:creator>
      <dc:date>2023-03-16T01:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: percentage by last week blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3135254#M111710</link>
      <description>&lt;P&gt;Upload it via onedrive or dropbox and share the link &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 06:04:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3135254#M111710</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-16T06:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: percentage by last week blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3137490#M111887</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="520150" data-lia-user-login="andhiii079845" class="lia-mention lia-mention-user"&gt;andhiii079845&lt;/a&gt;&amp;nbsp;here's the link &lt;A href="https://oneomnicom-my.sharepoint.com/:u:/g/personal/rei_balboa_omnicommediagroup_com/ETraX-j9A7VIuIKrJ8X5e7QB6jDdF6PzLcVaZXbrwg1eEg?email=victor.osorio%40omnicommediagroup.com&amp;amp;e=ugTWWV" target="_blank"&gt;Project Lift off 2.pbix,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;please reach me if you're having difficulty in accessing&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 01:18:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/percentage-by-last-week-blank/m-p/3137490#M111887</guid>
      <dc:creator>reibalboaOMG</dc:creator>
      <dc:date>2023-03-17T01:18:57Z</dc:date>
    </item>
  </channel>
</rss>

