<?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: Determine What Table a Measure is Defined On in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096390#M162564</link>
    <description>&lt;P&gt;I didn't think there was a DAX way of referencing the table a measure lives on.&amp;nbsp; Thank you for looking at it.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 02:12:58 GMT</pubDate>
    <dc:creator>littlemojopuppy</dc:creator>
    <dc:date>2024-08-13T02:12:58Z</dc:date>
    <item>
      <title>Determine What Table a Measure is Defined On</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096128#M162549</link>
      <description>&lt;P&gt;Hi -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think this is possible, but I'll try anyway.&amp;nbsp; I have two calculation items that are almost identical...&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Sales Category is a degenerate dimension on both tables (there is no dimension table for either field).&amp;nbsp; Was thinking that if I could determine what table a measure is defined on I could throw in an IF or SWITCH statement to use the appropriate filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, due to development standards, creating a calculated table for the dimension is not an option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is there a DAX function that returns what table a measure is defined on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 20:56:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096128#M162549</guid>
      <dc:creator>littlemojopuppy</dc:creator>
      <dc:date>2024-08-12T20:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Determine What Table a Measure is Defined On</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096227#M162553</link>
      <description>&lt;P&gt;measures are defined on semantic models, not on tables.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 23:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096227#M162553</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-12T23:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Determine What Table a Measure is Defined On</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096356#M162559</link>
      <description>&lt;P&gt;Hola&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;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could stick every measure in my model on the date table, or customer, or item or a free standing Report Measures table. Those measures could reference any field or other measure defined elsewhere in a model.&amp;nbsp;&amp;nbsp;But measures have to be defined as part of a table somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll log into my work laptop to show this in a bit, but is there any way to reference what table a measure is actually defined on?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 01:57:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096356#M162559</guid>
      <dc:creator>littlemojopuppy</dc:creator>
      <dc:date>2024-08-13T01:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Determine What Table a Measure is Defined On</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096373#M162560</link>
      <description>&lt;P&gt;Most likely the home table can be retrieved via a DMV query. Definitely not via DAX.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 02:06:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096373#M162560</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-08-13T02:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Determine What Table a Measure is Defined On</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096378#M162561</link>
      <description>&lt;P&gt;Screen snip of saving a model to folder with TE3.&amp;nbsp; Table is Sales Invoice Lines, clearly measures defined on a table.&amp;nbsp; Base Average Cost defined on that table.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know if there's a way to determine what table a given measure is defined on.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 02:08:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096378#M162561</guid>
      <dc:creator>littlemojopuppy</dc:creator>
      <dc:date>2024-08-13T02:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Determine What Table a Measure is Defined On</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096390#M162564</link>
      <description>&lt;P&gt;I didn't think there was a DAX way of referencing the table a measure lives on.&amp;nbsp; Thank you for looking at it.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 02:12:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Determine-What-Table-a-Measure-is-Defined-On/m-p/4096390#M162564</guid>
      <dc:creator>littlemojopuppy</dc:creator>
      <dc:date>2024-08-13T02:12:58Z</dc:date>
    </item>
  </channel>
</rss>

