<?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: build a new visual based on measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025826#M45275</link>
    <description>&lt;P&gt;No other way of doing it? Since user had already created the measure to calculate the stock coverage (it is little complex). i was thinking to find a way to use the measure itself and try to convert the measure to calculated columns. Will give a try by converting the measures into the calculated columns and see if it works out&lt;/P&gt;</description>
    <pubDate>Thu, 19 Aug 2021 10:36:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-08-19T10:36:42Z</dc:date>
    <item>
      <title>build a new visual based on measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025694#M45268</link>
      <description>&lt;P&gt;I am pretty new to power Bi and struggling with a report bild.&lt;/P&gt;&lt;P&gt;we are working with our client on building a report. and we have created a table visual which displays data in below format&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;product&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;planner (group by)&lt;/TD&gt;&lt;TD&gt;Stock coverage(Measure)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Prod A&lt;/TD&gt;&lt;TD&gt;first&lt;/TD&gt;&lt;TD&gt;Understock&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Prod B&lt;/TD&gt;&lt;TD&gt;first&lt;/TD&gt;&lt;TD&gt;Understock&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Prod C&lt;/TD&gt;&lt;TD&gt;first&lt;/TD&gt;&lt;TD&gt;Optimal stock&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Prod D&lt;/TD&gt;&lt;TD&gt;first&lt;/TD&gt;&lt;TD&gt;Optimal stock&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Prod E&lt;/TD&gt;&lt;TD&gt;other&lt;/TD&gt;&lt;TD&gt;Overstock&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now product column is column coming from product table, and planner(group by) we have a created a group based on the planner in the same table.. We have then created a measure (stock coverage) based on the stock available to see if it is understock or overstock.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now user wants to see for the planner how many products are overstock and understock etc. output like below&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Planner&lt;/TD&gt;&lt;TD&gt;Understock&lt;/TD&gt;&lt;TD&gt;Optimal Stock&lt;/TD&gt;&lt;TD&gt;Overstock&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;First&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Other&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But we cannot use a measure in a column matrix. and not sure how to get the data in required format. Any leads.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 09:51:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025694#M45268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-19T09:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: build a new visual based on measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025710#M45270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since you can use columns in the matrix, i would suggest you to create a new column based on the measure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 09:58:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025710#M45270</guid>
      <dc:creator>APavlovs</dc:creator>
      <dc:date>2021-08-19T09:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: build a new visual based on measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025826#M45275</link>
      <description>&lt;P&gt;No other way of doing it? Since user had already created the measure to calculate the stock coverage (it is little complex). i was thinking to find a way to use the measure itself and try to convert the measure to calculated columns. Will give a try by converting the measures into the calculated columns and see if it works out&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 10:36:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025826#M45275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-19T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: build a new visual based on measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025837#M45276</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;you can simply reference the measure in the new column&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>Thu, 19 Aug 2021 10:44:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/build-a-new-visual-based-on-measure/m-p/2025837#M45276</guid>
      <dc:creator>APavlovs</dc:creator>
      <dc:date>2021-08-19T10:44:57Z</dc:date>
    </item>
  </channel>
</rss>

