<?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: Dynamic measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4028563#M159169</link>
    <description>&lt;P&gt;RLS will not cover it. RLS will only affect what is there. It eill not allow you to add a new measure and add the DAX required for the measure.&lt;BR /&gt;&lt;BR /&gt;I want Client 1 to be able to show a new measure called KPI 1 that shows the value "A" . This measure is in their configuration.&amp;nbsp; Client 2 will have in their configuration&amp;nbsp;a new measure called KPI 1 that shows the value "B" &amp;nbsp;&amp;nbsp;&lt;BR /&gt;I want Client 1 to be able to ammend the difinition for KPI 1 to show the value "C"&lt;BR /&gt;All of this to be done without changing the report or semantic model.&lt;BR /&gt;&lt;BR /&gt;I am considering that this maybe a can of worms that I may not wish to open&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 07 Jul 2024 09:26:55 GMT</pubDate>
    <dc:creator>ells69</dc:creator>
    <dc:date>2024-07-07T09:26:55Z</dc:date>
    <item>
      <title>Dynamic measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4027980#M159146</link>
      <description>&lt;P&gt;Scenario&lt;BR /&gt;This data set and report will be shipped to multiple clients. Each client will have their own data, semantic model and report. Each of these will be the same but individual for each client.&amp;nbsp;&lt;BR /&gt;The tricky bit is client 1 wants 5 extra measures for KPIs. Client 2 want 7 different measures for KPIs. Client 3 want 3 extra measures for KPIs.&lt;BR /&gt;&lt;BR /&gt;The design for the solution must keep the data set and report the same for all clients. So there is only one version of the solution.&amp;nbsp;&lt;BR /&gt;Is there a way of doing this with the measures being stored in the data source?&lt;BR /&gt;&lt;BR /&gt;I want to be able to create one solution for all clients and the customisation of KPIs and perhaps even what is made visible in the reports through a configuration.&lt;BR /&gt;&lt;BR /&gt;Client 1&lt;BR /&gt;KPI1 - Sales Target = 110% * last years sales Quantity&lt;BR /&gt;KPI2 - Profit Target = 30%&amp;nbsp; * last years sales Quantity&lt;BR /&gt;&lt;BR /&gt;Client 2&lt;BR /&gt;KPI1 - Sales Target £= 100% * last years sales £&lt;BR /&gt;KPI2 - Profit Target £= 25%&amp;nbsp; * last years sales £&lt;BR /&gt;KPI3-&amp;nbsp; Satff Turnover = 10% * Total Staff Quantity&lt;BR /&gt;&lt;BR /&gt;Client 3&amp;nbsp;&lt;BR /&gt;KPI1 - Waste Target £= 5% * last years Waste £&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My first thought were to store the KPI in a table as below and have say 50 KPIs&lt;BR /&gt;KPI ID, KPI Name, KPI DAX, KPI Visible&lt;BR /&gt;Then add 50 Measues to the data set&lt;BR /&gt;Then when you load the data&lt;BR /&gt;make the measure hidden if&amp;nbsp;KPI Visible = FALSE for the measure&lt;BR /&gt;Get the DAX for the measure from KPI DAX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you do this - create measure from a table of data? Is there an alternative&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 11:21:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4027980#M159146</guid>
      <dc:creator>ells69</dc:creator>
      <dc:date>2024-07-06T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4028344#M159162</link>
      <description>&lt;P&gt;This sounds a little bit like RLS.&amp;nbsp; What you could do is use measure tables (I can't believe I just said that!!) and Field Parameters. That way you could map which customer can select which measures from the tables for the field parameters.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 21:15:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4028344#M159162</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-07-06T21:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4028563#M159169</link>
      <description>&lt;P&gt;RLS will not cover it. RLS will only affect what is there. It eill not allow you to add a new measure and add the DAX required for the measure.&lt;BR /&gt;&lt;BR /&gt;I want Client 1 to be able to show a new measure called KPI 1 that shows the value "A" . This measure is in their configuration.&amp;nbsp; Client 2 will have in their configuration&amp;nbsp;a new measure called KPI 1 that shows the value "B" &amp;nbsp;&amp;nbsp;&lt;BR /&gt;I want Client 1 to be able to ammend the difinition for KPI 1 to show the value "C"&lt;BR /&gt;All of this to be done without changing the report or semantic model.&lt;BR /&gt;&lt;BR /&gt;I am considering that this maybe a can of worms that I may not wish to open&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2024 09:26:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4028563#M159169</guid>
      <dc:creator>ells69</dc:creator>
      <dc:date>2024-07-07T09:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4029065#M159232</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="514559" data-lia-user-login="ells69" class="lia-mention lia-mention-user"&gt;ells69&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;help.&amp;nbsp;Currently, the Power BI does not support the ability to assign different Measures to different users and make other users invisible to each other's assigned Measures. If you have a strong need for this feature, you can create multiple pbix files to share with multiple users, but this is not easy to maintain and manage your data. If you don't care about users seeing each other's KPIs, write multiple Measures in the same pbix file.&lt;/P&gt;
&lt;P&gt;Translated with DeepL.com.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P style="text-align: justify; text-justify: inter-ideograph;"&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Yang&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Community Support Team&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white;"&gt;&lt;SPAN&gt;If there is any post &lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;&lt;SPAN&gt;helps&lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;, then please consider &lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;&lt;SPAN&gt;Accept it as the solution&lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;to&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know. &lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="background: white;"&gt;&lt;U&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C01%7Cv-yaningyang%40microsoft.com%7C326a6d727194478c197008dbefc04904%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638367381365912356%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=7IzyI2%2FMOAR%2FYCjWYSKCZL2VPmT4PsxuWBjdUdMWKzo%3D&amp;amp;reserved=0" data-auth="NotApplicable" target="_blank"&gt;How to get your questions answered quickly&lt;/A&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN&gt;&amp;nbsp;-- &lt;/SPAN&gt;&lt;U&gt;&lt;SPAN&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7Cv-yaningyang%40microsoft.com%7C326a6d727194478c197008dbefc04904%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638367381365919045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=VeafzdwAsrpisD8s261%2FdyOwJ1aCtBXS3bPA6NODOHY%3D&amp;amp;reserved=0" data-auth="NotApplicable" target="_blank"&gt;&amp;nbsp;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 01:51:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4029065#M159232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-08T01:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4029804#M159299</link>
      <description>&lt;P&gt;Thanks,&lt;BR /&gt;It is not so much different users but different companies. I want to be able to distribute one product (power bi report, data set ) and allow them to pick their measures and measure definitions.&amp;nbsp;&lt;BR /&gt;This means two different companies may have different ways of creating some of those measures.&lt;BR /&gt;&lt;BR /&gt;I am beginning to think this cant be done&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 09:11:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4029804#M159299</guid>
      <dc:creator>ells69</dc:creator>
      <dc:date>2024-07-08T09:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4030541#M159365</link>
      <description>&lt;P&gt;You can likely cover that when implementing proper Power BI Embedding ("for customers", or "app owns data").&amp;nbsp; There you should be able to inject measures per customer.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 14:34:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-measures/m-p/4030541#M159365</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-07-08T14:34:02Z</dc:date>
    </item>
  </channel>
</rss>

