<?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: Querying DMV Data Types in DAX Studio in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Querying-DMV-Data-Types-in-DAX-Studio/m-p/3382203#M127444</link>
    <description>&lt;P&gt;Huge help. Thanks Sahir!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 08:02:25 GMT</pubDate>
    <dc:creator>CHeard192</dc:creator>
    <dc:date>2023-08-16T08:02:25Z</dc:date>
    <item>
      <title>Querying DMV Data Types in DAX Studio</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Querying-DMV-Data-Types-in-DAX-Studio/m-p/3373937#M127017</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In DAX Studio, I've been querying the DMV using:&lt;/P&gt;&lt;PRE&gt;select * from $SYSTEM.TMSCHEMA_COLUMNS&lt;/PRE&gt;&lt;P&gt;There are two columns (ExplicitDataType and InferredDataType) which contain ID's to data types used in Power BI.&lt;/P&gt;&lt;P&gt;However, I'm unable to find somewhere with the dimension table for these data types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone able to point me in the right direction?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 10:15:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Querying-DMV-Data-Types-in-DAX-Studio/m-p/3373937#M127017</guid>
      <dc:creator>CHeard192</dc:creator>
      <dc:date>2023-08-10T10:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Querying DMV Data Types in DAX Studio</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Querying-DMV-Data-Types-in-DAX-Studio/m-p/3377910#M127213</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="601239" data-lia-user-login="CHeard192" class="lia-mention lia-mention-user"&gt;CHeard192&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The $SYSTEM.TMSCHEMA_COLUMNS DMV in DAX Studio provides information about columns, including data type details, but it doesn't directly map to a dimension table for data types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, you can access information about data types using DAX functions:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;DATATABLE:&lt;/STRONG&gt; The DATATABLE function lets you create a table with explicit data types for columns.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;DATATYPE:&lt;/STRONG&gt; The DATATYPE function returns the data type of an expression.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;ISNUMBER, ISTEXT, ISDATE:&lt;/STRONG&gt; These functions return TRUE or FALSE based on whether the expression's data type matches the function's name.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;VALUES:&lt;/STRONG&gt; The VALUES function can be used to retrieve distinct values from a column, which can also give you an idea of the data type of that column.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;COLUMNS:&lt;/STRONG&gt; The COLUMNS function returns a table of columns from a table or table expression along with their data types.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Should you require further assistance, please do not hesitate to reach out to me.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2023 17:37:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Querying-DMV-Data-Types-in-DAX-Studio/m-p/3377910#M127213</guid>
      <dc:creator>Sahir_Maharaj</dc:creator>
      <dc:date>2023-08-13T17:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Querying DMV Data Types in DAX Studio</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Querying-DMV-Data-Types-in-DAX-Studio/m-p/3382203#M127444</link>
      <description>&lt;P&gt;Huge help. Thanks Sahir!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 08:02:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Querying-DMV-Data-Types-in-DAX-Studio/m-p/3382203#M127444</guid>
      <dc:creator>CHeard192</dc:creator>
      <dc:date>2023-08-16T08:02:25Z</dc:date>
    </item>
  </channel>
</rss>

