<?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 Total Involvements in Service</title>
    <link>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4040443#M239331</link>
    <description>&lt;P&gt;Hi guy's I am a bit stuck on an issue. I have visual set up, originally I did it in the Desktop experience, but when I uploaded it to a shared site it now forces me to us it in the Online Service site. The visual is based on a SharePoint list of Permits and I have a column for Raiser and a column for Authoriser. What I am looking to do is create a chart which has total involvements, ie if a team member is either the raiser or the authouriser.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have asked co-pilot and they say I need to create a measure in DAX, an I have no idea how to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any helkp would be greatly appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Jul 2024 09:17:18 GMT</pubDate>
    <dc:creator>nshaw75</dc:creator>
    <dc:date>2024-07-13T09:17:18Z</dc:date>
    <item>
      <title>Total Involvements</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4040443#M239331</link>
      <description>&lt;P&gt;Hi guy's I am a bit stuck on an issue. I have visual set up, originally I did it in the Desktop experience, but when I uploaded it to a shared site it now forces me to us it in the Online Service site. The visual is based on a SharePoint list of Permits and I have a column for Raiser and a column for Authoriser. What I am looking to do is create a chart which has total involvements, ie if a team member is either the raiser or the authouriser.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have asked co-pilot and they say I need to create a measure in DAX, an I have no idea how to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any helkp would be greatly appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2024 09:17:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4040443#M239331</guid>
      <dc:creator>nshaw75</dc:creator>
      <dc:date>2024-07-13T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Total Involvements</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4040830#M239339</link>
      <description>&lt;P&gt;something like this might work. You need to look up a youtube video about how to create a measure using DAX. even if this does not give you the exact answer, you might be able to ask a better question to gpt again &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total Involvments =&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; DISTINCT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UNION&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(table_name[Raiser]), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(table_name[Authoriser])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 Jul 2024 04:29:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4040830#M239339</guid>
      <dc:creator>davidding</dc:creator>
      <dc:date>2024-07-14T04:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Total Involvements</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4041121#M239351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="353803" data-lia-user-login="davidding" class="lia-mention lia-mention-user"&gt;davidding&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I have created the measure as below, I had got the Column titles wrong so I have therefore used the correct ones in the DAX formula. The measure is now in my data pane.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am struggling to understand the best way to configure the chart as each way I put the data in, it doesn't work. The only field the Measure seems to be able to go is the Y axis then in the x Axis I can put almost everything else but it doesn't show what I want it to see.&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 Jul 2024 14:28:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4041121#M239351</guid>
      <dc:creator>nshaw75</dc:creator>
      <dc:date>2024-07-14T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Total Involvements</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4041937#M239387</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="763347" data-lia-user-login="nshaw75" class="lia-mention lia-mention-user"&gt;nshaw75&lt;/a&gt;&amp;nbsp;, probably checkout some dashboard design. you can also use it in card visual or bar chart that doesn't require placing that in the y-axis.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 07:37:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Total-Involvements/m-p/4041937#M239387</guid>
      <dc:creator>davidding</dc:creator>
      <dc:date>2024-07-15T07:37:14Z</dc:date>
    </item>
  </channel>
</rss>

