<?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: Create Measure or calculated Column for tabular Total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699135#M81578</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="311724" data-lia-user-login="009co" class="lia-mention lia-mention-user"&gt;009co&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you're asking for is not so easy to create. Alberto Ferrari has a vid on YT that deals with such issues. Basically, you have to create a different table with this row 'Category Total' added, connect this table to other table(s) and create a measure that will do the right thing. It's not basic stuff. If I find this video, I'll come back and give you a link. But you could try to locate it yourself on YT. Just try to search for phrases like "add total row", "add others"...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's something to get you started: &lt;A href="https://www.sqlbi.com/articles/filtering-the-top-products-alongside-the-other-products-in-power-bi/" target="_blank"&gt;Filtering the top products alongside the other products in Power BI - SQLBI&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Aug 2022 10:18:55 GMT</pubDate>
    <dc:creator>daXtreme</dc:creator>
    <dc:date>2022-08-14T10:18:55Z</dc:date>
    <item>
      <title>Create Measure or calculated Column for tabular Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699023#M81568</link>
      <description>&lt;P&gt;Is it possible to create a Measure or calculated Column that has a tabular Total?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I create a Power BI table viz and enable Totals for that table, the Total is what I want as a&amp;nbsp;as if it were an independent grouping that I can use in a viz or calculations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attached Excel mock up screenshot attached here illustrates what I am trying to get.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any hints tips etc welcome and appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 06:45:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699023#M81568</guid>
      <dc:creator>009co</dc:creator>
      <dc:date>2022-08-14T06:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create Measure or calculated Column for tabular Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699061#M81569</link>
      <description>&lt;LI-CODE lang="csharp"&gt;[Total Across Visible Categories] =
CALCULATE(
    [Your Measure],
    ALLSELECTED( T[Category] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 14 Aug 2022 08:05:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699061#M81569</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-14T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create Measure or calculated Column for tabular Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699090#M81575</link>
      <description>&lt;P&gt;Thanks. That is interesting. But not what I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the new measure you have lets me created the following yellow columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I would like to add another category value that is the "Category Total" green row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 08:52:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699090#M81575</guid>
      <dc:creator>009co</dc:creator>
      <dc:date>2022-08-14T08:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create Measure or calculated Column for tabular Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699135#M81578</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="311724" data-lia-user-login="009co" class="lia-mention lia-mention-user"&gt;009co&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you're asking for is not so easy to create. Alberto Ferrari has a vid on YT that deals with such issues. Basically, you have to create a different table with this row 'Category Total' added, connect this table to other table(s) and create a measure that will do the right thing. It's not basic stuff. If I find this video, I'll come back and give you a link. But you could try to locate it yourself on YT. Just try to search for phrases like "add total row", "add others"...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's something to get you started: &lt;A href="https://www.sqlbi.com/articles/filtering-the-top-products-alongside-the-other-products-in-power-bi/" target="_blank"&gt;Filtering the top products alongside the other products in Power BI - SQLBI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 10:18:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699135#M81578</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-08-14T10:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create Measure or calculated Column for tabular Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699155#M81582</link>
      <description>&lt;P&gt;Ok yes this is not a DAX solution but need to do it at the query level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Make another query that aggregate category values as new category column value named "Category Total".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Append new query to original query. Query results will then have rows for each category, and a new row for category total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have to ensure that the new category "category total" is only used where relevant.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2022 11:27:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-Measure-or-calculated-Column-for-tabular-Total/m-p/2699155#M81582</guid>
      <dc:creator>009co</dc:creator>
      <dc:date>2022-08-14T11:27:10Z</dc:date>
    </item>
  </channel>
</rss>

