<?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: Level based measure can not be used in dashboard filter in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4886#M511</link>
    <description>&lt;P&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/805"&gt;@anurag&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/3"&gt;@JoeM&lt;/a&gt;&amp;nbsp; - Please see below screenshot with explanation -&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are multiple Company and Branch in this table and I want to identify common cluster ID with same CPB based on the user selection for Company and Branch.&lt;/P&gt;&lt;P&gt;For example - User filters Company = 8000, 8200 and Branch = 1126, 2090. Now, based on these combination I want to select the common cluster ID with the same CPB.&lt;/P&gt;&lt;P&gt;So for this, I catted Cluster ID + CPB columns and now, if the count of this catted column is 2 then those are the common cluster ID with same CPB between those company and Branches.&lt;/P&gt;&lt;P&gt;The count here should be dynamic, If the users select 4 companies and 5 branches - Unique combination here is 5. So, the count of catted column = 5 will give me the common cluster ID with same CPB.&lt;/P&gt;&lt;P&gt;So that is the reason I used the formula -&amp;nbsp;count(Catted_Clust_cpb, groupBy(cpb,.cluster_id)). This&amp;nbsp; count will become dynamic based on the user selection and having this in the dashboard filter allows user to select that count (&lt;EM&gt;Value&lt;/EM&gt;) which is equal Unique combination.&amp;nbsp;&amp;nbsp;&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-inline-image-display-wrapper lia-image-align-inline" image-alt="nikhil_cr_0-1692785143912.png" style="width: 400px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2391i26DC8832B7C29F96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nikhil_cr_0-1692785143912.png" alt="nikhil_cr_0-1692785143912.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this help, thanks for your support. Appreciate that.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2023 10:28:47 GMT</pubDate>
    <dc:creator>nikhil_cr</dc:creator>
    <dc:date>2023-08-23T10:28:47Z</dc:date>
    <item>
      <title>Level based measure can not be used in dashboard filter</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4806#M505</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm currently using this formula in dashboard filter - count(value1,groupBy(Value2,Value3)) and incorta is throwing an error. - "&amp;nbsp;INC_04050708: Level based measures formulas are not supported in filters. Formula was: {0}"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nikhil_cr_0-1691755460193.png" style="width: 400px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2359i68D7EBE349C6E45C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nikhil_cr_0-1691755460193.png" alt="nikhil_cr_0-1691755460193.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any alternate way to use this calculated count column in dashboard filters?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 12:06:21 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4806#M505</guid>
      <dc:creator>nikhil_cr</dc:creator>
      <dc:date>2023-08-11T12:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Level based measure can not be used in dashboard filter</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4838#M506</link>
      <description>&lt;P&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/523"&gt;@nikhil_cr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share your use case in more detail?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 19:04:23 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4838#M506</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2023-08-16T19:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Level based measure can not be used in dashboard filter</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4863#M509</link>
      <description>&lt;P&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/523"&gt;@nikhil_cr&lt;/a&gt;&amp;nbsp; - Any more input on the issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 19:06:52 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4863#M509</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2023-08-21T19:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Level based measure can not be used in dashboard filter</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4886#M511</link>
      <description>&lt;P&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/805"&gt;@anurag&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/3"&gt;@JoeM&lt;/a&gt;&amp;nbsp; - Please see below screenshot with explanation -&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are multiple Company and Branch in this table and I want to identify common cluster ID with same CPB based on the user selection for Company and Branch.&lt;/P&gt;&lt;P&gt;For example - User filters Company = 8000, 8200 and Branch = 1126, 2090. Now, based on these combination I want to select the common cluster ID with the same CPB.&lt;/P&gt;&lt;P&gt;So for this, I catted Cluster ID + CPB columns and now, if the count of this catted column is 2 then those are the common cluster ID with same CPB between those company and Branches.&lt;/P&gt;&lt;P&gt;The count here should be dynamic, If the users select 4 companies and 5 branches - Unique combination here is 5. So, the count of catted column = 5 will give me the common cluster ID with same CPB.&lt;/P&gt;&lt;P&gt;So that is the reason I used the formula -&amp;nbsp;count(Catted_Clust_cpb, groupBy(cpb,.cluster_id)). This&amp;nbsp; count will become dynamic based on the user selection and having this in the dashboard filter allows user to select that count (&lt;EM&gt;Value&lt;/EM&gt;) which is equal Unique combination.&amp;nbsp;&amp;nbsp;&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-inline-image-display-wrapper lia-image-align-inline" image-alt="nikhil_cr_0-1692785143912.png" style="width: 400px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2391i26DC8832B7C29F96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nikhil_cr_0-1692785143912.png" alt="nikhil_cr_0-1692785143912.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope this help, thanks for your support. Appreciate that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 10:28:47 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4886#M511</guid>
      <dc:creator>nikhil_cr</dc:creator>
      <dc:date>2023-08-23T10:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Level based measure can not be used in dashboard filter</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4975#M543</link>
      <description>&lt;P&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/805"&gt;@anurag&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/3"&gt;@JoeM&lt;/a&gt;&amp;nbsp;Any updates on this? Appreciate your time and help&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 08:05:32 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4975#M543</guid>
      <dc:creator>nikhil_cr</dc:creator>
      <dc:date>2023-09-08T08:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Level based measure can not be used in dashboard filter</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4983#M547</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/523"&gt;@nikhil_cr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you review this &lt;A href="https://incorta-my.sharepoint.com/:v:/p/anurag_malik/Eb-Xoe-pC0RCoEucXzlIBJABUSGt_4dTWB-DhwBy60iv6A?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJPbmVEcml2ZUZvckJ1c2luZXNzIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXciLCJyZWZlcnJhbFZpZXciOiJNeUZpbGVzTGlua0RpcmVjdCJ9fQ&amp;amp;e=RnOC0v" target="_blank" rel="noopener"&gt;Cluster Count&lt;/A&gt;&amp;nbsp; video to see if this is what you are looking for?&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>Fri, 08 Sep 2023 16:42:44 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4983#M547</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2023-09-08T16:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Level based measure can not be used in dashboard filter</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4991#M552</link>
      <description>&lt;P&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/805"&gt;@anurag&lt;/a&gt;&amp;nbsp;Not sure how to thank you for this solution, really helpfully. Appreciate your time and support. Thank you so much&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":raised_hand:"&gt;✋&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 12:24:15 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/level-based-measure-can-not-be-used-in-dashboard-filter/m-p/4991#M552</guid>
      <dc:creator>nikhil_cr</dc:creator>
      <dc:date>2023-09-11T12:24:15Z</dc:date>
    </item>
  </channel>
</rss>

