<?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>rss.livelink.threads-in-node</title>
    <link>https://community.powerbi.com/</link>
    <description>Microsoft Power BI Community</description>
    <pubDate>Thu, 08 Jun 2017 07:59:37 GMT</pubDate>
    <dc:creator>Community</dc:creator>
    <dc:date>2017-06-08T07:59:37Z</dc:date>
    <item>
      <title>Source code for PowerBI native table visual</title>
      <link>https://community.powerbi.com/t5/Developer/Source-code-for-PowerBI-native-table-visual/m-p/190287#M6036</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody provide the &lt;STRONG&gt;source code&lt;/STRONG&gt; for &lt;STRONG&gt;native/inbuilt table visual&lt;/STRONG&gt; of powerBI?&lt;/P&gt;&lt;P&gt;Any references/suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukul&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:57:38 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Developer/Source-code-for-PowerBI-native-table-visual/m-p/190287#M6036</guid>
      <dc:creator>v-mubish</dc:creator>
      <dc:date>2017-06-08T07:57:38Z</dc:date>
    </item>
    <item>
      <title>Power Pivot, Power View and Power BI ?</title>
      <link>https://community.powerbi.com/t5/Desktop/Power-Pivot-Power-View-and-Power-BI/m-p/190283#M83782</link>
      <description>&lt;P&gt;Good morning everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about two extensions in Excel which look like Power BI. Can you explain me why Power BI is better than Power View and Power Pivot please ? I don't use these applications but I don't know what is the difference between them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your advice.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:54:17 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Power-Pivot-Power-View-and-Power-BI/m-p/190283#M83782</guid>
      <dc:creator>JonathanJohns</dc:creator>
      <dc:date>2017-06-08T07:54:17Z</dc:date>
    </item>
    <item>
      <title>Dynamic filter not working</title>
      <link>https://community.powerbi.com/t5/Desktop/Dynamic-filter-not-working/m-p/190275#M83777</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the below is an snapshot of the first few of lines of data I am trying to create a line graph of [Cost. Reg] against [Date] but filter the date by [Origin] and [Task].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 600px;"&gt;&lt;img src="https://community.powerbi.com/t5/image/serverpage/image-id/44754i8B95CFDE4F46D67A/image-size/large?v=1.0&amp;amp;px=600" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the below measure and it worked fine (see graph further below). &amp;nbsp;However I want the [Task] filter to be dynamic. &amp;nbsp;If I create a slide using the [Task] field and omit the text in bold the filter doesn't appear to work. &amp;nbsp;Any idea why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cumulative Spend to Date (Time Sheet) =&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;CALCULATE(&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SUMX ( 'Project Hours Booked', 'Project Hours Booked'[Cost, Reg.]) * MAX('Fee Factor'[Fee Factor]),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FILTER(&lt;BR /&gt;&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;ALL('Project Hours Booked'),&lt;BR /&gt;&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;'Project Hours Booked'[Date] &amp;lt;= MAX('Project Hours Booked'[Date]) &amp;amp;&amp;amp;&lt;BR /&gt;&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;'Project Hours Booked'[Origin] = "TIME SHEET" &lt;STRONG&gt;&amp;amp;&amp;amp; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&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;OR('Project Hours Booked'[Task] = "1000", OR('Project Hours Booked'[Task] = "1100", 'Project Hours Booked'[Task] = "1200"))&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 600px;"&gt;&lt;img src="https://community.powerbi.com/t5/image/serverpage/image-id/44753iDB535EA0FB9CF183/image-size/large?v=1.0&amp;amp;px=600" alt="Capture2.PNG" title="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:43:42 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Dynamic-filter-not-working/m-p/190275#M83777</guid>
      <dc:creator>dan_yoxall</dc:creator>
      <dc:date>2017-06-08T07:43:42Z</dc:date>
    </item>
    <item>
      <title>Selective report sharing within an organization</title>
      <link>https://community.powerbi.com/t5/Service/Selective-report-sharing-within-an-organization/m-p/190272#M25845</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm working on a report within an organization.&lt;/P&gt;&lt;P&gt;This report is composed by four sections: each of them must be used by a specific target of people of this organization. Anyway, the dataset and the measures are the same for each section, so there is a unique report.&lt;/P&gt;&lt;P&gt;What are your suggestions regarding the sharing?&lt;/P&gt;&lt;P&gt;- If I create four different dashboards I should divide the master report into four different report, each one for a section (in order to deny to the users to access to other sections)&lt;/P&gt;&lt;P&gt;- I think that the same will be If I share with four different groups&lt;/P&gt;&lt;P&gt;- Could the right option be the content pack opportunity?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:39:29 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Service/Selective-report-sharing-within-an-organization/m-p/190272#M25845</guid>
      <dc:creator>rode</dc:creator>
      <dc:date>2017-06-08T07:39:29Z</dc:date>
    </item>
    <item>
      <title>[BUG]  Bar chart: show values with no data</title>
      <link>https://community.powerbi.com/t5/Desktop/BUG-Bar-chart-show-values-with-no-data/m-p/190263#M83772</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have the last release of Power BI Desktop. On a report I am working on I have a problem with bar charts.&lt;/P&gt;&lt;P&gt;On the x axes there are four countries, on the y axes there are some KPIs. Also if I select the option "&lt;SPAN&gt;show values with no data" on the x axes configuration, the chart shows only less countries when I filter something.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But if I create a new bar chart with the same configuration of the previous one the problem is solved. It seems to be a bug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I ask to Microsoft to figure out what's the problem inside this situation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:30:16 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/BUG-Bar-chart-show-values-with-no-data/m-p/190263#M83772</guid>
      <dc:creator>rode</dc:creator>
      <dc:date>2017-06-08T07:30:16Z</dc:date>
    </item>
    <item>
      <title>When does a dashboard refresh?</title>
      <link>https://community.powerbi.com/t5/Service/When-does-a-dashboard-refresh/m-p/190259#M25842</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;I created 2 kinds of reports, &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;one is directly created on PowerBI portal using excel file stored in SharePoint, so no pbix file. (&lt;A href="https://msit.powerbi.com/view?r=eyJrIjoiZjc3MTM1NjEtZWFjYS00OGVmLTk0MDAtMTRlMmM2NzVhN2NmIiwidCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsImMiOjV9" target="_blank"&gt;&lt;FONT color="#0563c1"&gt;here&lt;/FONT&gt;&lt;/A&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;2nd is created by query using Power BI Desktop, can have pbix file. (&lt;A href="https://msit.powerbi.com/view?r=eyJrIjoiMjQzOTAzZGEtMmJjMy00ZjdmLWFiZDktZTFlOWQ0MDI5ZGExIiwidCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsImMiOjV9" target="_blank"&gt;&lt;FONT color="#0563c1"&gt;here&lt;/FONT&gt;&lt;/A&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The problem is, I’d like to input the Compass page link within hyperlink, (then APAC stakeholder can easily track the all information). But to input the hyperlink, have to use Powerbi Desktop application, it cannot be done by PowerBi Portal. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That’s why I made 2nd dashboard, but the problem is here, syncing does not work automatically in short time. It should have to wait at least 1 hour or manually click the “refresh” button in PowerBI Desktop application. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:20:48 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Service/When-does-a-dashboard-refresh/m-p/190259#M25842</guid>
      <dc:creator>binesh2003</dc:creator>
      <dc:date>2017-06-08T07:20:48Z</dc:date>
    </item>
    <item>
      <title>Percent Complete by Cohort in different table</title>
      <link>https://community.powerbi.com/t5/Desktop/Percent-Complete-by-Cohort-in-different-table/m-p/190241#M83758</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble coming up with a percent of a total that is in a different table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two tables "main" which is a list of course enrolments. and I have "users" which is a list of all users in our system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following measures in my "main" table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Total Enrol = CALCULATE(COUNT(Main[Course Name]))&lt;/PRE&gt;&lt;PRE&gt;Total Cohort = CALCULATE(COUNT('trainme-users'[profile_field_employeenumber]),FILTER('trainme-users', 'trainme-users'[profile_field_assignmentgroup]="Casual / Honorary"))&lt;/PRE&gt;&lt;PRE&gt;Percent Enrolled = [Total Enrol]/[Total Cohort]&lt;/PRE&gt;&lt;P&gt;When I put the measures into a visualisation card, the numbers (totals) show correctly. Its when I put the Percent Enrolled measure as a value in the bar chart visualisation where things go wrong. &amp;nbsp;Most of the chart is showing 100%.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help! LOL.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" style="width: 600px;"&gt;&lt;img src="https://oxcrx34285.i.lithium.com/t5/image/serverpage/image-id/44745i714E60D67E986F4A/image-size/large?v=1.0&amp;amp;px=600" alt="Percent Enrolled by Cohort.png" title="Percent Enrolled by Cohort.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rayinoz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:04:52 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Percent-Complete-by-Cohort-in-different-table/m-p/190241#M83758</guid>
      <dc:creator>rayinOz</dc:creator>
      <dc:date>2017-06-08T07:04:52Z</dc:date>
    </item>
    <item>
      <title>Stacked Column Chart with two variables - I don't get it to work</title>
      <link>https://community.powerbi.com/t5/Desktop/Stacked-Column-Chart-with-two-variables-I-don-t-get-it-to-work/m-p/190232#M83755</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with to categorial variables, Cat1 and Cat2. Both range from 1, 2, 3, .... to 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would now like to show the distribution over all observations for both variables, cat1 and cat2, in one stacked clolumn chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I simply created a stacked column chart, where I dragged both variables in the value field (count). As axis, I tried several things: simply use one variable (cat1, cat2) or create a new table with a variable going from 1 to 10. Neither of this worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;andreas&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 06:55:07 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Stacked-Column-Chart-with-two-variables-I-don-t-get-it-to-work/m-p/190232#M83755</guid>
      <dc:creator>Qbasic2002</dc:creator>
      <dc:date>2017-06-08T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Wrong calculation of the total of a measure</title>
      <link>https://community.powerbi.com/t5/Desktop/Wrong-calculation-of-the-total-of-a-measure/m-p/190222#M83751</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to make a measure to calculate the cost saving per raw material (per every single material (e.g. K-9611-75-2) and in total) over 2 years). I make a daily update of the data. The point is, when we have materials that only have transaction in one year the cost saving comparison cannot be calculated. We had the idea not to consider these materials and made therefore the following if-function: &lt;span class="lia-inline-image-display-wrapper lia-image-align-left" style="width: 600px;"&gt;&lt;img src="https://oxcrx34285.i.lithium.com/t5/image/serverpage/image-id/44738iDCCBB870F73FD3F3/image-size/large?v=1.0&amp;amp;px=600" alt="cost saving.jpg" title="cost saving.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;- In the table I have information’s of every delivery per product with e.g. material, delivery date, net value, quantity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- The Order Price CY (CY = Current Year) is a calculated column (Net Value CY / Qty delivered CY).&lt;/P&gt;&lt;P&gt;- The Order Price LY (LY = Last Year) is a measure (Order Price CY; sameperiodlastyear()).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the Order Price LY or the Order Price CY is 0 than the result for this respective material will be shown as 0. The problem of this way of calculation is that the total of the calculation doesn’t work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 600px;"&gt;&lt;img src="https://oxcrx34285.i.lithium.com/t5/image/serverpage/image-id/44740i2587CA1EFBED1A93/image-size/large?v=1.0&amp;amp;px=600" alt="sdfasd.png" title="sdfasd.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 06:44:48 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Wrong-calculation-of-the-total-of-a-measure/m-p/190222#M83751</guid>
      <dc:creator>Lisa_G</dc:creator>
      <dc:date>2017-06-08T06:44:48Z</dc:date>
    </item>
    <item>
      <title>Dax help needed for latest 8 weeks total</title>
      <link>https://community.powerbi.com/t5/Desktop/Dax-help-needed-for-latest-8-weeks-total/m-p/190201#M83744</link>
      <description>&lt;P&gt;Hi Everyone, I'm really new to DAX and have been struggling to come up with a solution to sum up latest 8 weeks data for each row. I've been trying filter function but it doesn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've simplified my ataset below, it has 3 columns:&lt;/P&gt;&lt;P&gt;Week ending date | 8 weeks ago date | count&lt;BR /&gt;10/03/2017 &amp;nbsp;13/01/2017 &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;BR /&gt;17/03/2017 &amp;nbsp;20/01/2017 &amp;nbsp; &amp;nbsp;&amp;nbsp;1&lt;BR /&gt;24/03/2017 &amp;nbsp;27/01/2017 &amp;nbsp; &amp;nbsp;&amp;nbsp;1&lt;BR /&gt;31/03/2017 &amp;nbsp;3/02/2017 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;BR /&gt;7/04/2017 &amp;nbsp;&amp;nbsp; 10/02/2017 &amp;nbsp; &amp;nbsp;&amp;nbsp;1&lt;BR /&gt;14/04/2017 &amp;nbsp;17/02/2017 &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;BR /&gt;21/04/2017 &amp;nbsp;24/02/2017 &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;BR /&gt;28/04/2017 &amp;nbsp;3/03/2017 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;BR /&gt;5/05/2017 &amp;nbsp; &amp;nbsp;10/03/2017 &amp;nbsp; &amp;nbsp;&amp;nbsp;1&lt;BR /&gt;12/05/2017 &amp;nbsp;17/03/2017&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;19/05/2017 &amp;nbsp;24/03/2017&amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;26/05/2017 &amp;nbsp;31/03/2017 &amp;nbsp; &amp;nbsp;&amp;nbsp;0&lt;BR /&gt;2/06/2017 &amp;nbsp; &amp;nbsp;7/04/2017 &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;BR /&gt;9/06/2017 &amp;nbsp; 14/04/2017 &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want is to have a measure that can sum the count for last 8 weeks for each row.&lt;/P&gt;&lt;P&gt;i.e. for&amp;nbsp;&lt;SPAN&gt;9/06/2017 0:00 i should have get sum of counts from&amp;nbsp;21/04/2017 0:00 to&amp;nbsp;9/06/2017 0:00, which is 4. Kindly let me know if any functions or calculations that i could try out, thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 06:15:46 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Dax-help-needed-for-latest-8-weeks-total/m-p/190201#M83744</guid>
      <dc:creator>JacobLI</dc:creator>
      <dc:date>2017-06-08T06:15:46Z</dc:date>
    </item>
    <item>
      <title>PBI Embedded Premium - SSAS Multidimensional Direct Query Support?</title>
      <link>https://community.powerbi.com/t5/Discussions-Changes-to-the-free/PBI-Embedded-Premium-SSAS-Multidimensional-Direct-Query-Support/m-p/190193#M377</link>
      <description>&lt;P&gt;Does anyone have information as to whether the new PBI Embedded - Premium SKUs will support DirectQuery access to SSAS MultiDimensional cubes or not, either via the On-Premises Gateway or via any other mechanism?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 06:01:13 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Discussions-Changes-to-the-free/PBI-Embedded-Premium-SSAS-Multidimensional-Direct-Query-Support/m-p/190193#M377</guid>
      <dc:creator>andrel</dc:creator>
      <dc:date>2017-06-08T06:01:13Z</dc:date>
    </item>
    <item>
      <title>Tech Note:Exposing M Code and Query Metadata of Power BI (PBIX) File</title>
      <link>https://community.powerbi.com/t5/Desktop/Tech-Note-Exposing-M-Code-and-Query-Metadata-of-Power-BI-PBIX/m-p/190192#M83741</link>
      <description>&lt;P&gt;Please find below for a nice article posted by Reza Rad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer link:&lt;A href="http://radacad.com/exposing-m-code-and-query-metadata-of-power-bi-pbix-file" target="_blank"&gt;http://radacad.com/exposing-m-code-and-query-metadata-of-power-bi-pbix-file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gqbi.wordpress.com/2017/05/02/what-makes-up-a-power-bi-desktop-pbix-file/" target="_blank"&gt;https://gqbi.wordpress.com/2017/05/02/what-makes-up-a-power-bi-desktop-pbix-file/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 05:56:13 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Tech-Note-Exposing-M-Code-and-Query-Metadata-of-Power-BI-PBIX/m-p/190192#M83741</guid>
      <dc:creator>Sunkari</dc:creator>
      <dc:date>2017-06-08T05:56:13Z</dc:date>
    </item>
    <item>
      <title>Counting Rows based on certain conditions and grouping</title>
      <link>https://community.powerbi.com/t5/Desktop/Counting-Rows-based-on-certain-conditions-and-grouping/m-p/190183#M83736</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to do a 'countifs' type calc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially I have a list of assignment groups with multiple appearances within one column, and an 'Achieved' or 'Breached' status (as seen below). I wan't to determine the % achieved by assignment groups. That way I can hopefully create a KPI visual that will filter based on the selected assignment group or across the firm without filters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assg Group &amp;nbsp; &amp;nbsp; &amp;nbsp;Status&lt;/P&gt;&lt;P&gt;VC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Achieved&lt;/P&gt;&lt;P&gt;VC &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Achieved&lt;/P&gt;&lt;P&gt;CRM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Breached&lt;/P&gt;&lt;P&gt;CRM &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Achieved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Mike&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 05:34:54 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Counting-Rows-based-on-certain-conditions-and-grouping/m-p/190183#M83736</guid>
      <dc:creator>mshamsiev</dc:creator>
      <dc:date>2017-06-08T05:34:54Z</dc:date>
    </item>
    <item>
      <title>Auto resize high of table base on data</title>
      <link>https://community.powerbi.com/t5/Desktop/Auto-resize-high-of-table-base-on-data/m-p/190180#M83732</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table which get from Database. Number of rows in that tables will be changed from 1 to 100.&lt;/P&gt;&lt;P&gt;These data will be displayed in table control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want table will automatically be resized if number of rows in data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: If data has 1 row, table will display 1 row. If data has 100 row, table will display 100 rows WITHOUT vertical scroll-bar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could i do that?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 05:26:02 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Auto-resize-high-of-table-base-on-data/m-p/190180#M83732</guid>
      <dc:creator>hellgoingon</dc:creator>
      <dc:date>2017-06-08T05:26:02Z</dc:date>
    </item>
    <item>
      <title>power bi embedded</title>
      <link>https://community.powerbi.com/t5/Developer/power-bi-embedded/m-p/190172#M6033</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use power bi embedded but going through access issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mananged to create the workspace and upload a sample report via powerbi-cli. I'm also generating the access token with 'powerbi create-embed-token'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The token seems to be valid. Below is the decoded version (from &lt;A href="https://jwt.io/" target="_blank"&gt;https://jwt.io/&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"ver": "0.2.0",&lt;BR /&gt;"aud": "&lt;A href="https://analysis.windows.net/powerbi/api" target="_blank"&gt;https://analysis.windows.net/powerbi/api&lt;/A&gt;",&lt;BR /&gt;"iss": "Power BI Node SDK",&lt;BR /&gt;"type": "embed",&lt;BR /&gt;"wcn": "ProfilingOnline",&lt;BR /&gt;"wid": "0a29a0e2-5879-4be1-b11a-a1e16d0b7734",&lt;BR /&gt;"rid": "bc9204c4-52c3-40b0-b764-9cc54e2b16a7",&lt;BR /&gt;"nbf": 1496958040,&lt;BR /&gt;"exp": 1496961640&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I test it on&amp;nbsp;&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/demo/code-demo/index.html#" target="_blank"&gt;https://microsoft.github.io/PowerBI-JavaScript/demo/code-demo/index.html#&lt;/A&gt; I keep on getting not authorised.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 05:11:11 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Developer/power-bi-embedded/m-p/190172#M6033</guid>
      <dc:creator>ptrlv</dc:creator>
      <dc:date>2017-06-08T05:11:11Z</dc:date>
    </item>
    <item>
      <title>Not able to figure out the formula for total in 'show totals' tab in Power BI/Power view table</title>
      <link>https://community.powerbi.com/t5/Issues/Not-able-to-figure-out-the-formula-for-total-in-show-totals-tab/idi-p/190171</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-link-navigation idea-article-link lia-link-disabled"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation idea-article-link lia-link-disabled"&gt;I am facing the issue with total row&amp;nbsp;in reports. I have a table and i have selected the option 'Show Totals' because of which i get Total below, not able to figure out the formula of total here in the below screenshot - if its an average of the values or anything else.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 539px;"&gt;&lt;img src="https://oxcrx34285.i.lithium.com/t5/image/serverpage/image-id/44725i3DB63618F45B4468/image-size/large?v=1.0&amp;amp;px=600" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/span&gt;&lt;SPAN class="lia-messages-message-image"&gt;&lt;!--        ngIf: link        --&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-link-navigation idea-article-link lia-link-disabled"&gt;I appreciate quick help on this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 05:12:19 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Issues/Not-able-to-figure-out-the-formula-for-total-in-show-totals-tab/idi-p/190171</guid>
      <dc:creator>Radhika</dc:creator>
      <dc:date>2017-06-08T05:12:19Z</dc:date>
    </item>
    <item>
      <title>Dates in chronological order</title>
      <link>https://community.powerbi.com/t5/Desktop/Dates-in-chronological-order/m-p/190170#M83727</link>
      <description>&lt;P&gt;How to arrange the dates on x - axis in Chronological order? I tried sorting by date, but its still not in order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 05:06:18 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Dates-in-chronological-order/m-p/190170#M83727</guid>
      <dc:creator>pranim</dc:creator>
      <dc:date>2017-06-08T05:06:18Z</dc:date>
    </item>
    <item>
      <title>How to access PowerBI Reports hosted on-premise in web application</title>
      <link>https://community.powerbi.com/t5/Developer/How-to-access-PowerBI-Reports-hosted-on-premise-in-web/m-p/190163#M6032</link>
      <description>&lt;P&gt;I am having a PowerBI Report uploaded to Reporting Server using On-Premise. i want to access this report in my web application.&lt;/P&gt;&lt;P&gt;How to achieve this step by step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to access the report using "http://&amp;lt;ServerName&amp;gt;/&amp;lt;Report Path&amp;gt;" url format?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 04:48:53 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Developer/How-to-access-PowerBI-Reports-hosted-on-premise-in-web/m-p/190163#M6032</guid>
      <dc:creator>JameelM</dc:creator>
      <dc:date>2017-06-08T04:48:53Z</dc:date>
    </item>
    <item>
      <title>Customer vs Market Visual</title>
      <link>https://community.powerbi.com/t5/Desktop/Customer-vs-Market-Visual/m-p/190123#M83702</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm building a visual that will provide results per customer. What I'd like to do is then compare those results to how the rest of the market is doing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each transaction in my data has customer and market, so the data is there... but I can't figure out how to&amp;nbsp;display the data side by side in Power BI - if I can at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p.s&amp;nbsp;The data is coming from a multi-dimensional cube so I can't alter the dataset within Power BI.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 02:38:49 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Customer-vs-Market-Visual/m-p/190123#M83702</guid>
      <dc:creator>lordtopcat</dc:creator>
      <dc:date>2017-06-08T02:38:49Z</dc:date>
    </item>
    <item>
      <title>Dynamic Charts</title>
      <link>https://community.powerbi.com/t5/Desktop/Dynamic-Charts/m-p/190101#M83691</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is it possible to change data with in a chart based on slicer value selection. For example&amp;nbsp;below we can change the percentage for each period and this will be shown in the chart. so dynamically changing graph/chart based on user selection. Need this in Power BI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 600px;"&gt;&lt;img src="https://oxcrx34285.i.lithium.com/t5/image/serverpage/image-id/44713iA29A2C3AD19F0DE9/image-size/large?v=1.0&amp;amp;px=600" alt="dash.JPG" title="dash.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Really appreciate all your help in advance..&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 02:21:32 GMT</pubDate>
      <guid>https://community.powerbi.com/t5/Desktop/Dynamic-Charts/m-p/190101#M83691</guid>
      <dc:creator>shaheenmomin</dc:creator>
      <dc:date>2017-06-08T02:21:32Z</dc:date>
    </item>
  </channel>
</rss>

