<?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 USERELATIONSHIP  visual has exceeded available resources in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2009052#M44648</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I´m curently using Azure analysis services and I´m having issues with USERELATIONSHIP, the&amp;nbsp; original measure( Mesaure1) works just fine but when I evaluate it within the function ( Measure2) , I get the error:&amp;nbsp;visual has exceeded available resources.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in the second one I have it taking into acocunt a different date table&amp;nbsp; because it is meant to be like this while Im filtering. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;( having two date filters)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure1 :=&lt;/P&gt;&lt;P&gt;CALCULATE (&lt;BR /&gt;DISTINCTCOUNT ( FACT_1[ID] ),&lt;BR /&gt;FILTER (&lt;BR /&gt;SUMMARIZE (&lt;BR /&gt;FACT_1,&lt;BR /&gt;FACT_1[ID],&lt;BR /&gt;"test", CALCULATE ( AVERAGE( ( FACT_1[CANAL] ) )&lt;BR /&gt;)),[test]=10&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maeasure 2:=&lt;BR /&gt;CALCULATE (&lt;BR /&gt;[Measure1],&lt;BR /&gt;ALL ( DIM_DATE),&lt;BR /&gt;USERELATIONSHIP( DIM_DATE[ID_fecha], DIM_DATE_2[ID_fecha] )&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Aug 2021 14:44:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-08-12T14:44:43Z</dc:date>
    <item>
      <title>USERELATIONSHIP  visual has exceeded available resources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2009052#M44648</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I´m curently using Azure analysis services and I´m having issues with USERELATIONSHIP, the&amp;nbsp; original measure( Mesaure1) works just fine but when I evaluate it within the function ( Measure2) , I get the error:&amp;nbsp;visual has exceeded available resources.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in the second one I have it taking into acocunt a different date table&amp;nbsp; because it is meant to be like this while Im filtering. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;( having two date filters)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure1 :=&lt;/P&gt;&lt;P&gt;CALCULATE (&lt;BR /&gt;DISTINCTCOUNT ( FACT_1[ID] ),&lt;BR /&gt;FILTER (&lt;BR /&gt;SUMMARIZE (&lt;BR /&gt;FACT_1,&lt;BR /&gt;FACT_1[ID],&lt;BR /&gt;"test", CALCULATE ( AVERAGE( ( FACT_1[CANAL] ) )&lt;BR /&gt;)),[test]=10&lt;BR /&gt;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maeasure 2:=&lt;BR /&gt;CALCULATE (&lt;BR /&gt;[Measure1],&lt;BR /&gt;ALL ( DIM_DATE),&lt;BR /&gt;USERELATIONSHIP( DIM_DATE[ID_fecha], DIM_DATE_2[ID_fecha] )&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:44:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2009052#M44648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-12T14:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: USERELATIONSHIP  visual has exceeded available resources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2009521#M44655</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Is this not supposed to be between the Date table and Fact?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maeasure 2:=&lt;BR /&gt;CALCULATE (&lt;BR /&gt;[test],&lt;BR /&gt;ALL ( DIM_DATE),&lt;BR /&gt;USERELATIONSHIP( DIM_DATE[ID_fecha], &lt;STRONG&gt;FACT_1&lt;/STRONG&gt;[ID_fecha] )&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Else share data model .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can increase data management cache in file-&amp;gt; Option and settings -&amp;gt; option -&amp;gt; Data Load and check too&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 05:01:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2009521#M44655</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-08-11T05:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: USERELATIONSHIP  visual has exceeded available resources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2013144#M44750</link>
      <description>&lt;P&gt;1) what happen if you only use measure 2 on your report? Do you have the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) In measure 2, what is the Dax behind the test measure?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:20:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2013144#M44750</guid>
      <dc:creator>Kucrapok</dc:creator>
      <dc:date>2021-08-12T13:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: USERELATIONSHIP  visual has exceeded available resources</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2013335#M44759</link>
      <description>&lt;P&gt;I did solved my issue by changing the main measure (&amp;nbsp;&lt;SPAN&gt;Measure1) for this one:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MeasureNew:=&lt;/P&gt;&lt;P&gt;VAR C10=&amp;nbsp; CALCULATETABLE(VALUES(FACT_1[ID]),FACT_1[CANAL]=10) // IDs within canal 10&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR C14= CALCULATETABLE(VALUES(FACT_1[ID]),FACT_1[CANAL]=14)&amp;nbsp;IDs within canal 14&lt;/P&gt;&lt;P&gt;VAR EX10= EXCEPT(C10,C14)&amp;nbsp; unique IDS in canal 10 but non in canal 14&amp;nbsp;&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;COUNTROWS(EX10)&amp;nbsp; count of ids just within canal 10&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:49:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/USERELATIONSHIP-visual-has-exceeded-available-resources/m-p/2013335#M44759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-12T14:49:27Z</dc:date>
    </item>
  </channel>
</rss>

