<?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: Visualization for order status in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Visualization-for-order-status/m-p/907001#M22064</link>
    <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There's currently no such visual that can do this that doesn't come with an additional cost - &lt;A href="https://support.office.com/en-us/article/add-visio-visuals-to-power-bi-reports-4f09be62-f436-45c2-93b0-4a0f66b1f5a7" target="_self"&gt;the Visio custom visual&lt;/A&gt; can do it but you'll need at least one Visio license to author the layout that you'll need to load into the visual.&lt;/P&gt;&lt;P&gt;However if you always want to show the same statuses irrespective of totals actually being available for your filter context, you could set this up using a number of cards and a layout image.&lt;/P&gt;&lt;P&gt;A lot of articles are geared on doing this for the whole report background but you can use it for a small part of the page and overlay the cards. Here's a couple of articles that help underpin the concept better than I can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://thesqlgirl.com/2018/09/10/creating-powerbi-layouts/" target="_self"&gt;The SQL Girl - Creating PowerBI Layouts&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://datasavvy.me/2018/07/27/considerations-for-using-layout-images-in-power-bi/" target="_self"&gt;Data Savvy - Considerations for Using Layout Images in Power BI&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This approach is not as convenient as having a ready-made visual, but does ultimately give you more control over the look and feel of your version, and as long as each placeholder is designed correctly - it should respond nicely to any slicers on the page, too.&lt;/P&gt;&lt;P&gt;I made a quick version of your design, using the &lt;A href="https://docs.microsoft.com/en-us/power-bi/sample-customer-profitability" target="_self"&gt;Customer Profitability sample report&lt;/A&gt; data, and the &lt;STRONG&gt;Division&lt;/STRONG&gt; attribute as my "status". It's not 100% accurate, but you should be able be to tweak accordingly:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Finished product" style="width: 654px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227712i151EB5A6F62EC0AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Finished product" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Finished product&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll explain my method below and hopefully this will give you some ideas:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a tool to create your background image. For expediency, I used PowerPoint SmartArt to create the chevrons, and then&amp;nbsp;&lt;SPAN&gt;I then right-click and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save As Picture&lt;/STRONG&gt;, e.g.:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SImple background created using PowerPoint" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227696iE7F81F3FB9248217/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="SImple background created using PowerPoint" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SImple background created using PowerPoint&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;In Power BI Desktop import the image, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image imported into Power BI Desktop" style="width: 708px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227697iA4D7C9B93F4BF038/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Image imported into Power BI Desktop" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Image imported into Power BI Desktop&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;To illustrate the count, I created a measure as follows.&amp;nbsp;This produces the result in the number format you have in your spec, but you can modify as appropriate to match your requirements:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Division Total = 
    FORMAT(COUNTROWS(BU) + 0, "(0)")​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We can test this by adding a card to the report, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output of measure for all data" style="width: 701px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227699i287686DC8FE06A22/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Output of measure for all data" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output of measure for all data&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;I now add a filter for this visual for&amp;nbsp;&lt;STRONG&gt;Division&lt;/STRONG&gt; and set it to&amp;nbsp;&lt;STRONG&gt;Core&lt;/STRONG&gt;, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filter applied to card for category" style="width: 391px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227700iE866ACFE57ACD113/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Filter applied to card for category" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Filter applied to card for category&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;I'll now drag this over the image and format it to suit, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Card - formatted and positioned" style="width: 691px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227703i28076A01B19A4C88/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Card - formatted and positioned" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Card - formatted and positioned&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Repeat the above steps to complete the other statuses. I do this by copy/pasting the card and changing the filter on each, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="All cards overlaid and set up with appropriate visual filters" style="width: 694px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227704i14982BAF6FEA1941/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="All cards overlaid and set up with appropriate visual filters" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;All cards overlaid and set up with appropriate visual filters&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;We use a similar trick for the financials - add your measure to a card, and filter and style accordingly, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Adding revenue measures" style="width: 651px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227707i7F0B5CD8C603BF19/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Adding revenue measures" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Adding revenue measures&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;I then add in the lines between each status as shapes, although you can do this in the layout image if you so wish.&lt;/LI&gt;&lt;LI&gt;To finish off, I'll group all elements together, to make them easier to move around, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Finished product" style="width: 654px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227712i151EB5A6F62EC0AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Finished product" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Finished product&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://coacervo-my.sharepoint.com/:u:/g/personal/daniel_coacervo_co/EQhMzH_LWURPgXhB_Lhf-sgBJbEf6X3xxO3jCP0JykEB0Q?e=jZZmtb" target="_self"&gt;Here's a shareable link of the report I used above for you to download&lt;/A&gt; if you want to take a further look.&lt;/P&gt;&lt;P&gt;I hope this gives you some ideas on how to solve your challenge. Good luck!&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;If my post helps, then please consider accepting as a solution to help other forum members find the answer more quickly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2020 19:40:01 GMT</pubDate>
    <dc:creator>dm-p</dc:creator>
    <dc:date>2020-01-21T19:40:01Z</dc:date>
    <item>
      <title>Visualization for order status</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visualization-for-order-status/m-p/905802#M22050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wonder how I could find the similar visualization like this?&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="order.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227334iC47227C7C696F946/image-size/large?v=v2&amp;amp;px=999" role="button" title="order.PNG" alt="order.PNG" /&gt;&lt;/span&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;(with the status on the top and add information, such as quantity and value)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now what I could find is Gantt chart, but it may not meet the requirements to track order status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly ask your help in this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 02:38:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visualization-for-order-status/m-p/905802#M22050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-21T02:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization for order status</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Visualization-for-order-status/m-p/907001#M22064</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;There's currently no such visual that can do this that doesn't come with an additional cost - &lt;A href="https://support.office.com/en-us/article/add-visio-visuals-to-power-bi-reports-4f09be62-f436-45c2-93b0-4a0f66b1f5a7" target="_self"&gt;the Visio custom visual&lt;/A&gt; can do it but you'll need at least one Visio license to author the layout that you'll need to load into the visual.&lt;/P&gt;&lt;P&gt;However if you always want to show the same statuses irrespective of totals actually being available for your filter context, you could set this up using a number of cards and a layout image.&lt;/P&gt;&lt;P&gt;A lot of articles are geared on doing this for the whole report background but you can use it for a small part of the page and overlay the cards. Here's a couple of articles that help underpin the concept better than I can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://thesqlgirl.com/2018/09/10/creating-powerbi-layouts/" target="_self"&gt;The SQL Girl - Creating PowerBI Layouts&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://datasavvy.me/2018/07/27/considerations-for-using-layout-images-in-power-bi/" target="_self"&gt;Data Savvy - Considerations for Using Layout Images in Power BI&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This approach is not as convenient as having a ready-made visual, but does ultimately give you more control over the look and feel of your version, and as long as each placeholder is designed correctly - it should respond nicely to any slicers on the page, too.&lt;/P&gt;&lt;P&gt;I made a quick version of your design, using the &lt;A href="https://docs.microsoft.com/en-us/power-bi/sample-customer-profitability" target="_self"&gt;Customer Profitability sample report&lt;/A&gt; data, and the &lt;STRONG&gt;Division&lt;/STRONG&gt; attribute as my "status". It's not 100% accurate, but you should be able be to tweak accordingly:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Finished product" style="width: 654px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227712i151EB5A6F62EC0AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Finished product" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Finished product&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll explain my method below and hopefully this will give you some ideas:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a tool to create your background image. For expediency, I used PowerPoint SmartArt to create the chevrons, and then&amp;nbsp;&lt;SPAN&gt;I then right-click and&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save As Picture&lt;/STRONG&gt;, e.g.:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SImple background created using PowerPoint" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227696iE7F81F3FB9248217/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="SImple background created using PowerPoint" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SImple background created using PowerPoint&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;In Power BI Desktop import the image, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image imported into Power BI Desktop" style="width: 708px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227697iA4D7C9B93F4BF038/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Image imported into Power BI Desktop" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Image imported into Power BI Desktop&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;To illustrate the count, I created a measure as follows.&amp;nbsp;This produces the result in the number format you have in your spec, but you can modify as appropriate to match your requirements:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Division Total = 
    FORMAT(COUNTROWS(BU) + 0, "(0)")​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We can test this by adding a card to the report, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output of measure for all data" style="width: 701px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227699i287686DC8FE06A22/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Output of measure for all data" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output of measure for all data&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;I now add a filter for this visual for&amp;nbsp;&lt;STRONG&gt;Division&lt;/STRONG&gt; and set it to&amp;nbsp;&lt;STRONG&gt;Core&lt;/STRONG&gt;, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filter applied to card for category" style="width: 391px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227700iE866ACFE57ACD113/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Filter applied to card for category" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Filter applied to card for category&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;I'll now drag this over the image and format it to suit, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Card - formatted and positioned" style="width: 691px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227703i28076A01B19A4C88/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Card - formatted and positioned" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Card - formatted and positioned&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Repeat the above steps to complete the other statuses. I do this by copy/pasting the card and changing the filter on each, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="All cards overlaid and set up with appropriate visual filters" style="width: 694px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227704i14982BAF6FEA1941/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="All cards overlaid and set up with appropriate visual filters" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;All cards overlaid and set up with appropriate visual filters&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;We use a similar trick for the financials - add your measure to a card, and filter and style accordingly, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Adding revenue measures" style="width: 651px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227707i7F0B5CD8C603BF19/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Adding revenue measures" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Adding revenue measures&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;I then add in the lines between each status as shapes, although you can do this in the layout image if you so wish.&lt;/LI&gt;&lt;LI&gt;To finish off, I'll group all elements together, to make them easier to move around, e.g.:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Finished product" style="width: 654px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/227712i151EB5A6F62EC0AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="Finished product" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Finished product&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://coacervo-my.sharepoint.com/:u:/g/personal/daniel_coacervo_co/EQhMzH_LWURPgXhB_Lhf-sgBJbEf6X3xxO3jCP0JykEB0Q?e=jZZmtb" target="_self"&gt;Here's a shareable link of the report I used above for you to download&lt;/A&gt; if you want to take a further look.&lt;/P&gt;&lt;P&gt;I hope this gives you some ideas on how to solve your challenge. Good luck!&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;If my post helps, then please consider accepting as a solution to help other forum members find the answer more quickly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 19:40:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Visualization-for-order-status/m-p/907001#M22064</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2020-01-21T19:40:01Z</dc:date>
    </item>
  </channel>
</rss>

