<?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 Creating masses of DAX-Measures in an efiicient way in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-masses-of-DAX-Measures-in-an-efiicient-way/m-p/2773628#M86460</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;is there a more efficient way to create a lot of measure for comparing values then doing it one-by-one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have to conditionally format values in a 11 x 4-Matrix visual.&lt;/LI&gt;&lt;LI&gt;For that every Value needs to be compared to a definite Benchmark value (&amp;lt; 11 x 4, some benchmarks can be aggregated)&lt;/LI&gt;&lt;LI&gt;To get the Benchmark measures I have created a pattern for a LOOKUPVALUE() measure to fetch values from the benchmark table&lt;/LI&gt;&lt;LI&gt;General Rule:If (Matrixvalue &amp;gt; Benchmark;RED;"GREEN") or some other result to use in coloring-rule&lt;/LI&gt;&lt;LI&gt;Actually there is a minimum number of Measures to create (only for comparison) of 2 x 11 x 4&amp;nbsp; = 88&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My question: is there a way&amp;nbsp; / a tool to "import" prepared and parameterized measures to a PBI Model to avoid going one-by-one?&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;thanky s for input&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 13:16:22 GMT</pubDate>
    <dc:creator>thomasreick</dc:creator>
    <dc:date>2022-09-16T13:16:22Z</dc:date>
    <item>
      <title>Creating masses of DAX-Measures in an efiicient way</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-masses-of-DAX-Measures-in-an-efiicient-way/m-p/2773628#M86460</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;is there a more efficient way to create a lot of measure for comparing values then doing it one-by-one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have to conditionally format values in a 11 x 4-Matrix visual.&lt;/LI&gt;&lt;LI&gt;For that every Value needs to be compared to a definite Benchmark value (&amp;lt; 11 x 4, some benchmarks can be aggregated)&lt;/LI&gt;&lt;LI&gt;To get the Benchmark measures I have created a pattern for a LOOKUPVALUE() measure to fetch values from the benchmark table&lt;/LI&gt;&lt;LI&gt;General Rule:If (Matrixvalue &amp;gt; Benchmark;RED;"GREEN") or some other result to use in coloring-rule&lt;/LI&gt;&lt;LI&gt;Actually there is a minimum number of Measures to create (only for comparison) of 2 x 11 x 4&amp;nbsp; = 88&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My question: is there a way&amp;nbsp; / a tool to "import" prepared and parameterized measures to a PBI Model to avoid going one-by-one?&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;thanky s for input&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:16:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-masses-of-DAX-Measures-in-an-efiicient-way/m-p/2773628#M86460</guid>
      <dc:creator>thomasreick</dc:creator>
      <dc:date>2022-09-16T13:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating masses of DAX-Measures in an efiicient way</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-masses-of-DAX-Measures-in-an-efiicient-way/m-p/2773669#M86464</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="305272" data-lia-user-login="thomasreick" class="lia-mention lia-mention-user"&gt;thomasreick&lt;/a&gt;&amp;nbsp;MSHGQM lets you create your own parameterized measures:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/gdeckler/MicrosoftHatesGregsQuickMeasures" target="_blank"&gt;gdeckler/MicrosoftHatesGregsQuickMeasures: Microsoft Hates Greg (github.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/channel/UCwBe41Y8QmLlL5S-_8XVabw" target="_blank"&gt;Microsoft Hates Greg - YouTube&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:28:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-masses-of-DAX-Measures-in-an-efiicient-way/m-p/2773669#M86464</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-09-16T13:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating masses of DAX-Measures in an efiicient way</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-masses-of-DAX-Measures-in-an-efiicient-way/m-p/2774940#M86587</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;thank you very much for your answer and the SDK provided in yur link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I am thinking about my approach to that task.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Situation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Matrix Visual is based on a normalised-2-table showing averages for consumed time-values for process steps (11 in columns) and productgroups (4 in rows).&lt;/LI&gt;&lt;LI&gt;Each of the Steps has a benchmark judging the consumed time above/below benchmark-value&lt;/LI&gt;&lt;LI&gt;2 Process Steps are depending on what producgroup they belong to (only one more complication)&lt;/LI&gt;&lt;LI&gt;Each combination Step/productgroup needs to be checked&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;AFAIK, I can only conditionally format the fore-/background colors based rules using ONE field/measure only.&lt;/P&gt;&lt;P&gt;Am I right?&lt;BR /&gt;So the using a matrix visual might not the right approach?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know a way to solve this (besides using Card-Visuals per Step/PG-Combination...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thx&amp;amp;brgds&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 10:20:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-masses-of-DAX-Measures-in-an-efiicient-way/m-p/2774940#M86587</guid>
      <dc:creator>thomasreick</dc:creator>
      <dc:date>2022-09-17T10:20:16Z</dc:date>
    </item>
  </channel>
</rss>

