<?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: Rate between tables in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277363#M123740</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share the download link of the Excel file where you have all Tables.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 23:57:28 GMT</pubDate>
    <dc:creator>Ashish_Mathur</dc:creator>
    <dc:date>2017-10-12T23:57:28Z</dc:date>
    <item>
      <title>Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/273581#M122390</link>
      <description>&lt;P&gt;Hello! I'm quite new to PBI and I'm trying to resolve this issue. It'd be great if any of you could help.&lt;/P&gt;&lt;P&gt;I have two tables setup as below, and I need to create a visual to show the failure rate according to different parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Brake system Failure Rate of &lt;U&gt;operator A&lt;/U&gt; for &lt;U&gt;Ferrari&lt;/U&gt; in &lt;U&gt;Apr 2017&lt;/U&gt; = number of brake system failures / number of &lt;U&gt;hours&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Pneumatic system Failure Rate of &lt;U&gt;operator B&lt;/U&gt; for &lt;U&gt;Porche&lt;/U&gt; in &lt;U&gt;June 2017&lt;/U&gt; = number of pneumatic system failures / number of &lt;U&gt;cycles&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I've created a measure called "Count" as Count =&amp;nbsp; CALCULATE(COUNTROWS(),ALLEXCEPT('Table 1','Table 1'[OPERATOR],'Table 1','Table 1'[Date],'Table 1','Table 1'[Car Model],'Table 1','Table 1'[Failure Category])&lt;/P&gt;&lt;P&gt;This effectively created a multidimensional table that if interrogated (I've created a Matrix and setup different data slicers just to check if the above worked) gives me the right count of failures per month, or per operators, or per car models, etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now need to somehow calculate the rates by dividing "Count" by either number of hours or number of cycles (maintaining the correct operator, failure category and date).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to create relationships between the two tables through other simple 3 tables that contain dates, car models or operators data only once, in order to relate Table 1 with those 3 tables, than those 3 tables with Table 2. However Power BI gives me an error that I can't create as many relationships due to ambiguity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a bit lost. Anyone knows how I can solve this? Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Operator&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Car model&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Failure Category&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Apr-17&lt;/TD&gt;&lt;TD&gt;Ferrari&lt;/TD&gt;&lt;TD&gt;Brakes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;May-16&lt;/TD&gt;&lt;TD&gt;Porche&lt;/TD&gt;&lt;TD&gt;Engine&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Feb-16&lt;/TD&gt;&lt;TD&gt;GMC&lt;/TD&gt;&lt;TD&gt;Hydraulic&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;Jan-14&lt;/TD&gt;&lt;TD&gt;Porche&lt;/TD&gt;&lt;TD&gt;Electric&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;Apr-17&lt;/TD&gt;&lt;TD&gt;BMW&lt;/TD&gt;&lt;TD&gt;Brakes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;May-16&lt;/TD&gt;&lt;TD&gt;GMC&lt;/TD&gt;&lt;TD&gt;Hydraulic&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Feb-16&lt;/TD&gt;&lt;TD&gt;BMW&lt;/TD&gt;&lt;TD&gt;Engine&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Jan-14&lt;/TD&gt;&lt;TD&gt;GMC&lt;/TD&gt;&lt;TD&gt;Brakes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;D&lt;/TD&gt;&lt;TD&gt;Apr-17&lt;/TD&gt;&lt;TD&gt;Porche&lt;/TD&gt;&lt;TD&gt;Engine&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;May-16&lt;/TD&gt;&lt;TD&gt;BMW&lt;/TD&gt;&lt;TD&gt;Hydraulic&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;Feb-16&lt;/TD&gt;&lt;TD&gt;GMC&lt;/TD&gt;&lt;TD&gt;Engine&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Jan-14&lt;/TD&gt;&lt;TD&gt;BMW&lt;/TD&gt;&lt;TD&gt;Brakes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Apr-17&lt;/TD&gt;&lt;TD&gt;Porche&lt;/TD&gt;&lt;TD&gt;Engine&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Operator&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Monthly Utilization (hours)&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Monthly Utilization (cycles)&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Apr-17&lt;/TD&gt;&lt;TD&gt;2500&lt;/TD&gt;&lt;TD&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Apr-17&lt;/TD&gt;&lt;TD&gt;1324&lt;/TD&gt;&lt;TD&gt;764&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Apr-17&lt;/TD&gt;&lt;TD&gt;5637&lt;/TD&gt;&lt;TD&gt;761&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;May-17&lt;/TD&gt;&lt;TD&gt;745&lt;/TD&gt;&lt;TD&gt;450&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;May-17&lt;/TD&gt;&lt;TD&gt;8463&lt;/TD&gt;&lt;TD&gt;770.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;May-17&lt;/TD&gt;&lt;TD&gt;9457&lt;/TD&gt;&lt;TD&gt;869.2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Jun-17&lt;/TD&gt;&lt;TD&gt;4546&lt;/TD&gt;&lt;TD&gt;967.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Jun-17&lt;/TD&gt;&lt;TD&gt;2987&lt;/TD&gt;&lt;TD&gt;1066.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Jun-17&lt;/TD&gt;&lt;TD&gt;3526&lt;/TD&gt;&lt;TD&gt;1165.3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 09 Oct 2017 21:08:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/273581#M122390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-09T21:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/274129#M122585</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may refer to the following measure.&lt;/P&gt;
&lt;PRE&gt;Measure =
DIVIDE (
    COUNTROWS ( Table1 ),
    SUMX (
        FILTER (
            Table2,
            Table2[Operator] = MAX ( Table1[Operator] )
                &amp;amp;&amp;amp; Table2[Date] = MAX ( Table1[Date] )
        ),
        Table2[Monthly Utilization (hours)]
    )
)
&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Oct 2017 09:26:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/274129#M122585</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-10-10T09:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/275030#M122828</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've created the measure, a couple of considerations:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- If I select a data range, I understand that the measure will return the sum of the different rates calculated for each month. I tried to replace SUMX with AVERAGEX to calculate the average instead, however the final number was the same, i.e. the sum of all the calculates rates. How can I calculate the average of the calculated rates?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;- Jan rate = 0.2&lt;/P&gt;&lt;P&gt;- Feb rate = 0.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current measure gives me rate = 0.6 (if I extend the data range to Jan and Feb) . I'd like the measure to return (0.2 + 0.4)/2 = 0.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- If in a particular month there are no events, instead of a blank value, how can the&amp;nbsp;measure&amp;nbsp;return a zero? I tried with an IF statement at various levels of the measure expression you suggested, but I couldn't make it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jan: 1 event, 10 hours utilization --&amp;gt; Rate = 1/10 = 0.1&lt;/P&gt;&lt;P&gt;- Feb: 0 events, 10 hours utilization --&amp;gt; Rate = 0/10 = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to calculate the average rate as being: Average Rate = (0.1 + 0)/2 = 0.05. At the moment the measure returns 0.1 because there is no calculated value for February.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:58:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/275030#M122828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-10T20:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/275434#M122909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure of your expected.&amp;nbsp; See my file &lt;A href="https://1drv.ms/u/s!AnsG4LrWCkhUn71zAaYcJdlKXlnjXg" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 04:04:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/275434#M122909</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2017-10-11T04:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/276115#M123108</link>
      <description>&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Looking at your file, you have calculated the rate as the ration between cycles and hours. That's not what I need to calculate. Apologies if I wasn't clear.&lt;/P&gt;&lt;P&gt;What I need to do is calculate the rate as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Rate = number of failure&amp;nbsp;events / utilization (hours)&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Rate = number of events / utilization (cycles)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;depending whether the failure is an hydraulic failure, or electrical failure. The rates need to be operator based, which means I want to be able to select the operator from a data slicer, and the rates of that operator only&amp;nbsp;should show up. Also the rates need to be calculate for every month based on how many failures an operator had in a particular month, and the utilization for that month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I've done so far is create a measure as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rate = DIVIDE (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTROWS ( 'Table 1' ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUMX (&lt;BR /&gt;&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; 'Table 2',&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; 'Table 2'[Operator] = MAX ( 'Table 1'[Operator] )&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;&amp;nbsp;&amp;nbsp; &amp;amp;&amp;amp; 'Table 2'[Date] = MAX ( 'Table 1'[Date] )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Table 2'[Monthly utilization (hours)]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What that does is calculate the rate for every month. That's fine.&lt;/P&gt;&lt;P&gt;What I need to do now is being able to utilize a slicer to select a data range, for instance 4-month range, and I'd like the "Rate" to be shown as the average of the rates calculated in those 4 months. At the moment if I select a 4-month range with the data slicer, the "Rate" will simply show the sum of the 4 rates and not the average.&lt;/P&gt;&lt;P&gt;Other problem, if for a particular month there are no failures, "Rate" will simply not consider that month. What I'd like to do is have a 0 in that month, instead of not having that month at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that's more clear?&amp;nbsp; 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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 14:02:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/276115#M123108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T14:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/276578#M123338</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if it is a hydraulic failure, then the denominator should be utilisation (hours).&amp;nbsp; For any other failure, it should be utilisation (cycles).&amp;nbsp; Am i correct?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 02:54:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/276578#M123338</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2017-10-12T02:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277040#M123574</link>
      <description>&lt;P&gt;Yes, you're correct. Maybe I can create different measures for each type of rate, i.e. 1 hydraulic rate (hours), 1 electric rate (cycles), etc...&lt;/P&gt;&lt;P&gt;My biggest struggle is how to calculate the average of each rate using data slicers for operator, date range an type of failures, since these measures for rates don't exist for months when there are no events (instead of having zeroes in those months). So any average would be incorrect.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:33:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277040#M123574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T13:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277170#M123638</link>
      <description>&lt;P&gt;Hi Dale,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I've uploaded a dummy file &lt;A href="https://drive.google.com/open?id=0BzbE_dfj8ylfZVczcklnODkwSW8" target="_self"&gt;here&lt;/A&gt;. My end goal is to have a gauge where if I select a data range, operator and type of failure the value will be the average of the rates for all the months. included in the data range I selected. At the moment the value shown by the gauge is simply the sum of the rates, and not the average. As I understand it, there are currently 2 issues:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- value is a total and not the average of the monthly rates&lt;/P&gt;&lt;P&gt;2- even if the value was an average, since the Rate measure doesn't return any value for months where there were no failure events, the average would be wrong. I need Rate measure to return "0" every month when there are no failure events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 16:29:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277170#M123638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T16:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277363#M123740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share the download link of the Excel file where you have all Tables.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 23:57:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277363#M123740</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2017-10-12T23:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277963#M124030</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19851" data-lia-user-login="Ashish_Mathur" class="lia-mention lia-mention-user"&gt;Ashish_Mathur&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.google.com/file/d/0BzbE_dfj8ylfbGxUcmtVNEpkanRuNWxNT2xmYmtLRG5wZkEw/edit?usp=docslist_api&amp;amp;filetype=msexcel" target="_blank"&gt;Here &lt;/A&gt;is the Excel&amp;nbsp;file. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 14:26:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/277963#M124030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T14:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278262#M124184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the missing piece of information here is the Failure type column in the Utilisation Data table.&amp;nbsp; Unless we have that column in that table, we would not know which rows have to be summed up from the utilisation data table.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 05:55:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278262#M124184</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2017-10-14T05:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278299#M124210</link>
      <description>&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19851" data-lia-user-login="Ashish_Mathur" class="lia-mention lia-mention-user"&gt;Ashish_Mathur&lt;/a&gt;&lt;BR /&gt;Yes I agree. That's why I tried to insert columns in the Utilization data table to count the number of events from the event data, however PowerBi wouldn't let me insert more than one calculated column in the Utilization data table (circular dependency error). I would need three columns for counting the three different kinds of failures for each month.&lt;BR /&gt;After searching in other blogs, I found this comment for a similar issue:&lt;BR /&gt;&lt;BR /&gt;"Power BI does not allow to have two calculated columns that contain measures that are also based on that table. In order to understand why, you'd need a better understanding of what's going on under the hood. In order to get around it, you should try turning these into measures".&lt;BR /&gt;&lt;BR /&gt;So it looks like I would need to create measures to count the number of events. Any idea how?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 14 Oct 2017 13:43:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278299#M124210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-14T13:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278356#M124244</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without that coolumn, i dno't think we can solve this problem.&amp;nbsp; We just need that one column and&amp;nbsp; think we will be sorted.&amp;nbsp; Also, i don't think that will be a caculated column - that will be an input which has to come straight from the user or from your system where you imported this data from.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 23:38:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278356#M124244</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2017-10-14T23:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278526#M124326</link>
      <description>&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19851" data-lia-user-login="Ashish_Mathur" class="lia-mention lia-mention-user"&gt;Ashish_Mathur&lt;/a&gt;&lt;BR /&gt;Hi! Unfortunately the values in that column don't come form the input fle, and cannot be entered by the user as we're talking about hundreds of data points.&lt;BR /&gt;Those values (total events for each month) needs to be calculated from the event data. The event data table gives you one line for each event. We need to create a measure that calculates the total number of events for each month, each customer, each type of asset and each failure mode.&lt;BR /&gt;Thank you.</description>
      <pubDate>Mon, 16 Oct 2017 00:36:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278526#M124326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T00:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278528#M124328</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Calculating the number of events is not a problem because that is a simple count rows operation from Table1.&amp;nbsp; The problem is calculating the ratio because the denominator has to come from Table2.&amp;nbsp; So unless we have type of Failure in Table2, we will not be able to compute the denominator.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 01:15:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/278528#M124328</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2017-10-16T01:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/279451#M124552</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19851" data-lia-user-login="Ashish_Mathur" class="lia-mention lia-mention-user"&gt;Ashish_Mathur&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Just to clarify, what do you mean by having types of failures in Table 2? What is it that you want to add on Table 2 as a column? Bear in mind there are 3 types of failures which can happen in the same month, and multiple times per month.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:17:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/279451#M124552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/279869#M124718</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Table 2, there should be a column for type of failures (the same one that you have in Table 1).&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 01:50:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/279869#M124718</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2017-10-17T01:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rate between tables</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/279888#M124722</link>
      <description>I have been trying to do that for one type of failure to begin with. Unfortunately as I said before I can only create one calculated column to count the sum of one type of failure every month in Table 2. If I then try to create a second calculated column to count the second type of failure, or to simply calculate the rate of the first column divided by the total monthly hours, there is an error in PBI about "circular dependency detected". I can't create more than one calculated column apparently.</description>
      <pubDate>Tue, 17 Oct 2017 02:03:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Rate-between-tables/m-p/279888#M124722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-17T02:03:26Z</dc:date>
    </item>
  </channel>
</rss>

