<?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: DAX Importing Measures from tabular server into table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Importing-Measures-from-tabular-server-into-table/m-p/3340506#M125366</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="590816" data-lia-user-login="th21" class="lia-mention lia-mention-user"&gt;th21&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to your description and formula, it seems that you want to create/get a table base on two measures. And as checked the formula, it involves multiple tables('Transaction Category', 'Transaction Type' and 'Transaction xx' etc.). Is there any relationship among them? Could you please provide more&amp;nbsp;&lt;STRONG&gt;raw data&lt;/STRONG&gt;&amp;nbsp;in your table&amp;nbsp;&lt;STRONG&gt;'Project Role Price'&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/EM&gt;&lt;/STRONG&gt;) with&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples?&amp;nbsp;It would be helpful to find out the solution. You can refer the following links to share the required info:&lt;/P&gt;
&lt;P&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%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=EJlYfclgtrjgAEYj9Uo1AauqxaQm3hlQsjJMo4zCY1M%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 09:43:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-20T09:43:35Z</dc:date>
    <item>
      <title>DAX Importing Measures from tabular server into table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Importing-Measures-from-tabular-server-into-table/m-p/3336981#M125159</link>
      <description>&lt;P&gt;I am new to DAX, and I am trying to build a query for a report. I have figured out a lot by myself, but I am stuck on this current problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am connecting to a Tabular Data Server which lists "Sales Dollars" and "Sales Dollars LY" as Measures (1.2 Double).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know the best way to load Measure into a table that also includes several Non-Measures (i.e. Text and Numbers such as 'Table'[Value]) and a ton of Filters (some of which have multiple criteria)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I am currently using. It runs, but it doesn't give me everything I am looking for. See comments in the code. I am open to using a different method (i.e. SUMMARIZECOLUMNS) as long as it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVALUATE
	CALCULATETABLE (
		ROW (
		// I would like to list each 'Calendar'[Month Name/Year] i.e. "January 2023"
			"Sales $ TY", [Sales Dollars],
			"Sales $ LY", [Sales Dollars LY]
		),
		'Calendar'[Month Name/Year] IN {"January 2023", "February 2023", "March 2023", "April 2023", "May 2023", "June 2023"},
		'Calendar'[Year Number] = 2023,
		'Transaction Category'[Transaction Category] = "Wholesale",
		'Transaction Type'[Transaction Group] = "Group C",
	// Line below also needs to filter by:    'Transaction Type'[TT] = "Type D"
		'Transaction Type'[TT] = "Type A"
	)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 16:14:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Importing-Measures-from-tabular-server-into-table/m-p/3336981#M125159</guid>
      <dc:creator>th21</dc:creator>
      <dc:date>2023-07-18T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Importing Measures from tabular server into table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Importing-Measures-from-tabular-server-into-table/m-p/3340506#M125366</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="590816" data-lia-user-login="th21" class="lia-mention lia-mention-user"&gt;th21&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to your description and formula, it seems that you want to create/get a table base on two measures. And as checked the formula, it involves multiple tables('Transaction Category', 'Transaction Type' and 'Transaction xx' etc.). Is there any relationship among them? Could you please provide more&amp;nbsp;&lt;STRONG&gt;raw data&lt;/STRONG&gt;&amp;nbsp;in your table&amp;nbsp;&lt;STRONG&gt;'Project Role Price'&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/EM&gt;&lt;/STRONG&gt;) with&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;format and your&amp;nbsp;&lt;STRONG&gt;expected result&lt;/STRONG&gt;&amp;nbsp;with backend logic and special examples?&amp;nbsp;It would be helpful to find out the solution. You can refer the following links to share the required info:&lt;/P&gt;
&lt;P&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%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=EJlYfclgtrjgAEYj9Uo1AauqxaQm3hlQsjJMo4zCY1M%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 09:43:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Importing-Measures-from-tabular-server-into-table/m-p/3340506#M125366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-20T09:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Importing Measures from tabular server into table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Importing-Measures-from-tabular-server-into-table/m-p/3341003#M125395</link>
      <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have revised what I would like the table to look like so you can better understand:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Year&lt;/TD&gt;&lt;TD&gt;Total Sales (Jan - Jun)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2023 (TY)&lt;/TD&gt;&lt;TD&gt;3875&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2022 (LY)&lt;/TD&gt;&lt;TD&gt;4185&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, I would also like an expanded version of it showing month by month:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Year&lt;/TD&gt;&lt;TD&gt;Jan Sales&lt;/TD&gt;&lt;TD&gt;Feb Sales&lt;/TD&gt;&lt;TD&gt;Mar Sales&lt;/TD&gt;&lt;TD&gt;Apr Sales&lt;/TD&gt;&lt;TD&gt;May Sales&lt;/TD&gt;&lt;TD&gt;Jun Sales&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2023 (TY)&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;TD&gt;450&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;TD&gt;700&lt;/TD&gt;&lt;TD&gt;725&lt;/TD&gt;&lt;TD&gt;900&lt;/TD&gt;&lt;TD&gt;3875&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2022 (LY)&lt;/TD&gt;&lt;TD&gt;550&lt;/TD&gt;&lt;TD&gt;425&lt;/TD&gt;&lt;TD&gt;610&lt;/TD&gt;&lt;TD&gt;750&lt;/TD&gt;&lt;TD&gt;750&lt;/TD&gt;&lt;TD&gt;1100&lt;/TD&gt;&lt;TD&gt;4185&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;More background:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is all coming from one main table via one tabular data connection. There is no PBIX file as of yet, I am conceptually constructing this in DAX Studio to check for errors and once I have a solution I will begin building visuals and a data model in Power BI. This is one element that is ultimately going to be part of a larger report that is currently 100% Excel driven.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Measures:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;This has been my main obstacle.&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&amp;nbsp;I don't understand why these measures are loading so differently than the other table values.&amp;nbsp; I have spent hours of reading documentation and searching forums.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Measure Name&lt;/TD&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;[Sales Dollars]&lt;/TD&gt;&lt;TD&gt;1.2 Double&lt;/TD&gt;&lt;TD&gt;returns sales with or without a year parameter&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;[Sales Dollars LY]&lt;/TD&gt;&lt;TD&gt;1.2 Double&lt;/TD&gt;&lt;TD&gt;reuturns sales dollars &lt;U&gt;ONLY&lt;/U&gt; when a 'Calendar' field with a year is input i.e. 'Calendar'[Year Number] = 2023 wil return 2022 sales and 'Calendar'[Month Name/Year] = "January 2023" will return Jan '22 sales.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Filters:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;'Calendar'[Year Number]&lt;/TD&gt;&lt;TD&gt;Int&lt;/TD&gt;&lt;TD&gt;Returns year i.e. 2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;'Calendar'[Month Name/Year]&lt;/TD&gt;&lt;TD&gt;Text&lt;/TD&gt;&lt;TD&gt;Returns Month/Year i.e. "January 2023"&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;'Transaction Category'[Transaction Category]&lt;/TD&gt;&lt;TD&gt;Text&lt;/TD&gt;&lt;TD&gt;Returns a category i.e. "Wholesale"&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;'Transaction Type'[Transaction Group]&lt;/TD&gt;&lt;TD&gt;Text&lt;/TD&gt;&lt;TD&gt;Returns a type of transaction i.e. "Direct to Customer"&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;'Transaction Type'[TT]&lt;/TD&gt;&lt;TD&gt;Text&lt;/TD&gt;&lt;TD&gt;Returns a subtype of transaction i.e. "Palletized" or "Shipping Container"&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 13:39:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Importing-Measures-from-tabular-server-into-table/m-p/3341003#M125395</guid>
      <dc:creator>th21</dc:creator>
      <dc:date>2023-07-20T13:39:33Z</dc:date>
    </item>
  </channel>
</rss>

