Forum Discussion
Association not performed with Measure
Hi,
In a report page if I click the chart1 it does not associate with another chart.
my requirement is if I select any value in the chart, it should associate with another chart.
Chart 1:
Char 2:
6 Replies
- calerof
Impactful Individual
Hi Anonymous ,
Did you check Edit Interactions? Select one chart, go to Format, Edit Interactions, and the check how this chart is interacting with the rest, either filter, highlight or non.
Regards,
Fernando
- AnonymousNot applicable
Hi,
I checked,
From the chart2 I changed the DAX query as following
Utilization Statusb = if([Billing Status Output]=1,IF ([Work Hour achievement %] = 1,"Fully Utilized",IF ([Work Hour achievement %] < 1 && [Work Hour achievement %] >= 0.5,"Partially Utilized",IF ([Work Hour achievement %] < 0.5 && [Work Hour achievement %] >= 0,"Available","Over Utilized"))) , DISTINCTCOUNT('Week & Employee LOD'[Emp id]))after that I click the chart1 values, association happens in a chart2
Same as I changed DAX query to chart1
Billing Status = if([Utilization Status Output]=1IF ([Billing Hour achievement %] = 1,"Fully Billable",IF ([Billing Hour achievement %] < 1 && [Billing Hour achievement %] >=0.5,"Partially Billable",IF ([Billing Hour achievement %] < 0.5 && [Billing Hour achievement %]>=0,"Non Billable","Fully Billable"))),DISTINCTCOUNT('Week & Employee LOD'[Emp id]))Error occurs,it shows the error like a circular dependency was detectedMeasure: Billing status output and billing status.- calerof
Impactful Individual
Hi Anonymous ,
What about if you share a sample data to check it?
F
- AnonymousNot applicable
Hi,
if I click the chart2 it could not be associated with chart1
Any help would be appreciated
Thanks in Advance,
Yuvaraj