<?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: Winrate calculated by TRUE OF FALSE in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Winrate-calculated-by-TRUE-OF-FALSE/m-p/2936065#M96763</link>
    <description>&lt;LI-CODE lang="markup"&gt;WinRate = 
   VAR total = COUNTROWS('YourTable')
   VAR won = CALCULATE(
       COUNTROWS('YourTable'),
       YourTable[won] = TRUE()
   )

   RETURN DIVIDE(won, total)&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 29 Nov 2022 14:16:16 GMT</pubDate>
    <dc:creator>lukiz84</dc:creator>
    <dc:date>2022-11-29T14:16:16Z</dc:date>
    <item>
      <title>Winrate calculated by TRUE OF FALSE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Winrate-calculated-by-TRUE-OF-FALSE/m-p/2936033#M96760</link>
      <description>&lt;P&gt;Hello, I would like to count the winrate % for each player. I have a table with 2 columns [player] and [won]. The player column is text and won is TRUE/FALSE.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 14:07:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Winrate-calculated-by-TRUE-OF-FALSE/m-p/2936033#M96760</guid>
      <dc:creator>Pan_Forex</dc:creator>
      <dc:date>2022-11-29T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Winrate calculated by TRUE OF FALSE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Winrate-calculated-by-TRUE-OF-FALSE/m-p/2936065#M96763</link>
      <description>&lt;LI-CODE lang="markup"&gt;WinRate = 
   VAR total = COUNTROWS('YourTable')
   VAR won = CALCULATE(
       COUNTROWS('YourTable'),
       YourTable[won] = TRUE()
   )

   RETURN DIVIDE(won, total)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 29 Nov 2022 14:16:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Winrate-calculated-by-TRUE-OF-FALSE/m-p/2936065#M96763</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-29T14:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Winrate calculated by TRUE OF FALSE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Winrate-calculated-by-TRUE-OF-FALSE/m-p/2936098#M96768</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 14:24:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Winrate-calculated-by-TRUE-OF-FALSE/m-p/2936098#M96768</guid>
      <dc:creator>Pan_Forex</dc:creator>
      <dc:date>2022-11-29T14:24:43Z</dc:date>
    </item>
  </channel>
</rss>

