<?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: Visualisations Advice in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2359484#M60235</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="333315" data-lia-user-login="spandy34" class="lia-mention lia-mention-user"&gt;spandy34&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any help on that or any other subject.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 18:14:57 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-02-24T18:14:57Z</dc:date>
    <item>
      <title>Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2356531#M60039</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to display the following table - with amazing help I have been able to produce measue here displayed as the column rows but I am wanting to know how to get the current month measures, (you have also helped with) year to date and Total measure as a column header and then ultimately Grand Totals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im just struggling with the best way to approach this they all appear in a single line if I put them in the Values of a cross tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your patience with me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="51073" data-lia-user-login="MarkLaf" class="lia-mention lia-mention-user"&gt;MarkLaf&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="301004" data-lia-user-login="goncalogeraldes" class="lia-mention lia-mention-user"&gt;goncalogeraldes&lt;/a&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;</description>
      <pubDate>Wed, 23 Feb 2022 15:39:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2356531#M60039</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-23T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2356601#M60043</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="333315" data-lia-user-login="spandy34" class="lia-mention lia-mention-user"&gt;spandy34&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what are your measures? Is Everything in one table?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:00:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2356601#M60043</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-23T16:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2356718#M60053</link>
      <description>&lt;H1&gt;All measure are from the same table named Main Claim Data&lt;/H1&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;Relationships&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;&lt;H1&gt;Uninsured Loss Recoveries Column Measures&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;No of Successful Recoveries Measure&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recoveries No Successful Recoveries Uninsured Loss =&lt;/P&gt;&lt;P&gt;CALCULATE (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNTROWS ( 'Main Claim Data' ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* depending on the type of count you need, you might need to use COUNTA() */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILTER (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Main Claim Data',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Main Claim Data'[ClassOfBusinessCode] = "OT"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;&amp;amp; CONTAINSSTRINGEXACT ( [PolicyCode], "REC" ) /* you can use CONTAINSSTRING() if not case sensitive */))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Amount Recovered Measure&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Amount Recovered Uninsured Loss £ = CALCULATE(SUM('Main Claim Data'[Net]),'Main Claim Data'[ClassOfBusinessCode] = "OT" &amp;amp;&amp;amp; 'Main Claim Data'[REC_Code_Column] &amp;gt; 0)&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;OL&gt;&lt;LI&gt;&amp;nbsp;Team Fee Income Measure – (This needs repeating for Motor Recoveries where ClassofBusiness Code = MV and PolicyCode contains MV – haven’t created this yet as I wanted to get Uninsured Loss Recoveries first)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Team Fee Income =&lt;/P&gt;&lt;P&gt;CALCULATE(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM( 'Main Claim Data'[Net] ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEEPFILTERS( 'Main Claim Data'[ClassOfBusinessCode] = "OT" ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEEPFILTERS( CONTAINSSTRING( 'Main Claim Data'[PolicyCode], "REC" ) ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEEPFILTERS( CONTAINSSTRING( 'Main Claim Data'[Reference], "ADMIN" ) ))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4)&amp;nbsp; Current Month Measure (This will need repeating for Motor Recoveries)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current Month Succ Rec uninsured loss =&lt;/P&gt;&lt;P&gt;var _min = eomonth(today(),-1)+1&lt;/P&gt;&lt;P&gt;var _max = eomonth(today(),0) //today()&lt;/P&gt;&lt;P&gt;return&lt;/P&gt;&lt;P&gt;CALCULATE([Recoveries No Successful Recoveries Uninsured Loss], FILTER(ALL('Main Claim Data'),'Main Claim Data'[NotificationDate] &amp;gt;= _min &amp;amp;&amp;amp; 'Main Claim Data'[NotificationDate] &amp;lt;=_max ) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year to Date No of Successful Recoveries (Ive done this but Im not sure where it’s the right approach)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YTD Recoveries No Successful Recoveries Uninsured Loss =&lt;/P&gt;&lt;P&gt;CALCULATE (&lt;/P&gt;&lt;P&gt;COUNTROWS ( 'Main Claim Data' ),&lt;/P&gt;&lt;P&gt;FILTER (&lt;/P&gt;&lt;P&gt;'Main Claim Data',&lt;/P&gt;&lt;P&gt;'Main Claim Data'[ClassOfBusinessCode] = "OT"&lt;/P&gt;&lt;P&gt;&amp;amp;&amp;amp; CONTAINSSTRINGEXACT ( [PolicyCode], "REC" )),&lt;/P&gt;&lt;P&gt;DATESYTD('Fin_Calendar'[Date]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6)&amp;nbsp;&amp;nbsp; Year to Date Measure Amount Recovered (Ive done this but Im not sure where it’s the right approach)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YTD Amount Recovered Uninsured Loss £ = CALCULATE(SUM('Main Claim Data'[Net]),'Main Claim Data'[ClassOfBusinessCode] = "OT" &amp;amp;&amp;amp; 'Main Claim Data'[REC_Code_Column] &amp;gt; 0,DATESYTD('Fin_Calendar'[Date]))&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;&lt;P&gt;7)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year to Date Team Fee Income (Ive done this but Im not sure where it’s the right approach)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YTD Team Fee Income Uninsured Loss £ = CALCULATE(SUM('Main Claim Data'[Net]),'Main Claim Data'[ClassOfBusinessCode] = "OT" &amp;amp;&amp;amp; 'Main Claim Data'[REC_Code_Column] &amp;gt; 0 &amp;amp;&amp;amp; 'Main Claim Data'[ADMIN_Code_Column] &amp;gt;0,DATESYTD('Fin_Calendar'[Date]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&amp;nbsp; The final totals final column for each &amp;nbsp;for each I am struggling with as I have done the measure below but I want it to do all records as opposed to Year to Date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total Recoveries No Successful Recoveries Uninsured Loss =&lt;/P&gt;&lt;P&gt;CALCULATE (&lt;/P&gt;&lt;P&gt;COUNTROWS ( 'Main Claim Data' ),&lt;/P&gt;&lt;P&gt;FILTER (&lt;/P&gt;&lt;P&gt;'Main Claim Data',&lt;/P&gt;&lt;P&gt;'Main Claim Data'[ClassOfBusinessCode] = "OT"&lt;/P&gt;&lt;P&gt;&amp;amp;&amp;amp; CONTAINSSTRINGEXACT ( [PolicyCode], "REC" )),&lt;/P&gt;&lt;P&gt;DATESYTD('Fin_Calendar'[Date]))&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>Wed, 23 Feb 2022 16:30:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2356718#M60053</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-23T16:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2357939#M60125</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="333315" data-lia-user-login="spandy34" class="lia-mention lia-mention-user"&gt;spandy34&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I went through all details and I suggest to follow these steps:&lt;BR /&gt;1. Shift measure values to rows&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;2. Create a new table of the desired columns&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;3. Drag "Value1" into columns&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;4. Disable column subtotals&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;5. Create your rows table&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;6. Drag "Value" into rows&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;7. Use the SWITCH function to toggle between measures. Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Amount Recovered =
VAR A.CurrentMonth = --insert your measure for Current Month - A. Uninsured Loss Recoveries
VAR A.YearTD = --insert your measure for YTD - A. Uninsured Loss Recoveries
VAR A.Total = --insert your measure for Total - A. Uninsured Loss Recoveries
VAR B.CurrentMonth = --insert your measure for Current Month - B. Motor Recoveries
VAR B.YearTD = --insert your measure for YTD - B. Motor Recoveries
VAR B.Total = --insert your measure for Total - B. Motor Recoveries
RETURN
    SWITCH (
        TRUE,
        SELECTEDVALUE ( 'Table'[Value1] ) = "Current Month"
            &amp;amp;&amp;amp; SELECTEDVALUE ( 'Table 2'[Value] ) = "A. Uninsured Loss Recoveries", A.CurrentMonth,
        SELECTEDVALUE ( 'Table'[Value1] ) = "Current Month"
            &amp;amp;&amp;amp; SELECTEDVALUE ( 'Table 2'[Value] ) = "B. Motor Recoveries", B.CurrentMonth,
        SELECTEDVALUE ( 'Table'[Value1] ) = "YTD"
            &amp;amp;&amp;amp; SELECTEDVALUE ( 'Table 2'[Value] ) = "A. Uninsured Loss Recoveries", A.YearTD,
        SELECTEDVALUE ( 'Table'[Value1] ) = "YTD"
            &amp;amp;&amp;amp; SELECTEDVALUE ( 'Table 2'[Value] ) = "B. Motor Recoveries", B.YearTD,
        SELECTEDVALUE ( 'Table'[Value1] ) = "Total"
            &amp;amp;&amp;amp; SELECTEDVALUE ( 'Table 2'[Value] ) = "A. Uninsured Loss Recoveries", A.Total,
        SELECTEDVALUE ( 'Table'[Value1] ) = "Total"
            &amp;amp;&amp;amp; SELECTEDVALUE ( 'Table 2'[Value] ) = "B. Motor Recoveries", B.Total
    )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if this answers&amp;nbsp;your query. Have a nice day!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 07:41:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2357939#M60125</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T07:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2357966#M60128</link>
      <description>&lt;P&gt;Of course the grand total is another subject. Let's first check if this works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 07:51:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2357966#M60128</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T07:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358182#M60145</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Here is the measure I have created based on your suggestion and inserted the relevant measures but get an error&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Amount Recovered = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A.CurrentMonth = var _min = eomonth(today(),-1)+1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var _max = eomonth(today(),0) //today()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE([Recoveries No Successful Recoveries Uninsured Loss], FILTER(ALL('Main Claim Data'),'Main Claim Data'[NotificationDate] &amp;gt;= _min &amp;amp;&amp;amp; 'Main Claim Data'[NotificationDate] &amp;lt;=_max ) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A.YearTD = CALCULATE (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS ( 'Main Claim Data' ), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Main Claim Data',&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Main Claim Data'[ClassOfBusinessCode] = "OT"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; CONTAINSSTRINGEXACT ( [PolicyCode], "REC" )),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATESYTD('Fin_Calendar'[Date]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A.Total = --insert your measure for Total - A. Uninsured Loss Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS ( 'Main Claim Data' ), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Main Claim Data',&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Main Claim Data'[ClassOfBusinessCode] = "OT"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; CONTAINSSTRINGEXACT ( [PolicyCode], "REC" )),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATESYTD('Fin_Calendar'[Date]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B.CurrentMonth = --insert your measure for Current Month - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Current Month Succ Rec Motor Recoveries = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var _min = eomonth(today(),-1)+1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var _max = eomonth(today(),0) //today()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE([Recoveries No Successful Recoveries MV], FILTER(ALL('Main Claim Data'),'Main Claim Data'[NotificationDate] &amp;gt;= _min &amp;amp;&amp;amp; 'Main Claim Data'[NotificationDate] &amp;lt;=_max ) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B.YearTD = --insert your measure for YTD - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;YTD Recoveries No Successful Recoveries MV = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS ( 'Main Claim Data' ), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Main Claim Data',&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Main Claim Data'[ClassOfBusinessCode] = "MV"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; CONTAINSSTRINGEXACT ( [PolicyCode], "MV" )),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATESYTD('Fin_Calendar'[Date]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B.Total = --insert your measure for Total - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total Recoveries No Successful Recoveries MV = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS ( 'Main Claim Data' ), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Main Claim Data',&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Main Claim Data'[ClassOfBusinessCode] = "MV"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; CONTAINSSTRINGEXACT ( [PolicyCode], "MV" )),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATESYTD('Fin_Calendar'[Date]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TRUE,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Current Month"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.CurrentMonth,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Current Month"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.CurrentMonth,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "YTD"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.YearTD,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "YTD"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.YearTD,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Total"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.Total,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Total"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.Total&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Feb 2022 08:52:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358182#M60145</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-24T08:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358193#M60146</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="333315" data-lia-user-login="spandy34" class="lia-mention lia-mention-user"&gt;spandy34&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;First define all measures seperately the do like this:&lt;/P&gt;&lt;DIV&gt;&lt;EM&gt;VAR B.YearTD = [YTD Recoveries No Successful Recoveries MV]&lt;/EM&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Feb 2022 08:56:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358193#M60146</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358308#M60157</link>
      <description>&lt;P&gt;Where do I define them?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 09:28:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358308#M60157</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-24T09:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358326#M60159</link>
      <description>&lt;P&gt;I mean apparently they are already defined in your model in separate&amp;nbsp;measure right?&lt;BR /&gt;Now just refer to each measure's name inside square brackets&amp;nbsp;&lt;BR /&gt;VAR xxxx = [measure name]&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 09:33:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358326#M60159</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T09:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358331#M60160</link>
      <description>&lt;P&gt;Copy the name as opposed to the full measure code?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 09:35:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358331#M60160</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-24T09:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358339#M60162</link>
      <description>&lt;P&gt;Yes the name only but inside square brackets [ ]&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 09:36:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358339#M60162</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358371#M60165</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Getting an error message&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Amount Recovered = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A.CurrentMonth = [Current Month Succ Rec uninsured loss]--insert your measure for Current Month - A. Uninsured Loss Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A.YearTD = [YTD Recoveries No Successful Recoveries Uninsured Loss]--insert your measure for YTD - A. Uninsured Loss Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A.Total = [Total Recoveries No Successful Recoveries Uninsured Loss]--insert your measure for Total - A. Uninsured Loss Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B.CurrentMonth = [Current Month Succ Rec Motor Recoveries]--insert your measure for Current Month - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B.YearTD = [YTD Recoveries No Successful Recoveries MV]--insert your measure for YTD - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B.Total = [Total Recoveries No Successful Recoveries MV]--insert your measure for Total - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TRUE,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Current Month"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.CurrentMonth,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Current Month"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.CurrentMonth,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "YTD"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.YearTD,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "YTD"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.YearTD,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Total"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.Total,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Total"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.Total&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Feb 2022 09:49:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358371#M60165</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-24T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358412#M60170</link>
      <description>&lt;P&gt;Ok this time my mistake. Just remove the "dot" from the variable name. Fore example instead of :&lt;BR /&gt;&lt;EM&gt;A.CurrentMonth&lt;BR /&gt;&lt;/EM&gt;write :&lt;BR /&gt;&lt;EM&gt;&lt;SPAN&gt;A_CurrentMonth&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 10:04:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358412#M60170</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T10:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358526#M60176</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Here is the error message&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Amount Recovered = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A_CurrentMonth = [Current Month Succ Rec uninsured loss]--insert your measure for Current Month - A. Uninsured Loss Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A_YearTD = [YTD Recoveries No Successful Recoveries Uninsured Loss]--insert your measure for YTD - A. Uninsured Loss Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR A_Total = [Total Recoveries No Successful Recoveries Uninsured Loss]--insert your measure for Total - A. Uninsured Loss Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B_CurrentMonth = [Current Month Succ Rec Motor Recoveries]--insert your measure for Current Month - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B_YearTD = [YTD Recoveries No Successful Recoveries MV]--insert your measure for YTD - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR B_Total = [Total Recoveries No Successful Recoveries MV]--insert your measure for Total - B. Motor Recoveries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TRUE,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Current Month"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.CurrentMonth,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Current Month"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.CurrentMonth,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "YTD"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.YearTD,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "YTD"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.YearTD,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Total"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "A. Uninsured Loss Recoveries", A.Total,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SELECTEDVALUE ( 'Recoveries Columns'[Value1] ) = "Total"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;&amp;amp; SELECTEDVALUE ( 'Recoveries Row'[Value] ) = "B. Motor Recoveries", B.Total&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Feb 2022 10:52:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358526#M60176</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-24T10:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358533#M60177</link>
      <description>&lt;P&gt;You have to change those as well&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 10:56:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358533#M60177</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T10:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358544#M60179</link>
      <description>&lt;P&gt;Thats worked - there are no errors.&amp;nbsp; So where do you want me to put the fields in the cross tab visualisation like this or is there a stage inbetween?&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, 24 Feb 2022 11:04:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358544#M60179</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-24T11:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358669#M60183</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="333315" data-lia-user-login="spandy34" class="lia-mention lia-mention-user"&gt;spandy34&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It should work but we need to trick PowerBi in oreder to reach our distination. See in this screenshot is working with me&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;In order to trick it we need to modify the code for 'Table'&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Table = { ( "Current Month", "A. Uninsured Loss Recoveries", 1 ), ( "YTD", "B. Motor Recoveries", 2 ), ( "Total", "Total", 3)}&lt;/LI-CODE&gt;&lt;P&gt;Now follow the following steps: &lt;FONT size="2"&gt;&lt;EM&gt;&lt;FONT face="andale mono,times"&gt;please follow the mouse curser&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 12:20:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358669#M60183</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358797#M60189</link>
      <description>&lt;P&gt;Here is the table - looking more like we need - the values look very high&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;</description>
      <pubDate>Thu, 24 Feb 2022 13:15:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358797#M60189</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-24T13:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358911#M60192</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The help you have provided has been amazing - here is the result below.&amp;nbsp; There are the other rows to add ie Amount Recovered, Team Fee Income for both Uninsured Loss Recoveries and Motor Recoveries.&amp;nbsp; Is this too much to try and help me with or are you okay too?&amp;nbsp; I understand I have take a lot of your time already?&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;</description>
      <pubDate>Thu, 24 Feb 2022 13:49:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358911#M60192</guid>
      <dc:creator>spandy34</dc:creator>
      <dc:date>2022-02-24T13:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisations Advice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358917#M60193</link>
      <description>&lt;P&gt;Great!&lt;BR /&gt;Now the measures are showing the grand total as they are not filtered by anything. So start selecting something on the the slicers and see the results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 13:52:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visualisations-Advice/m-p/2358917#M60193</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-02-24T13:52:37Z</dc:date>
    </item>
  </channel>
</rss>

