Forum Discussion
Anonymous
6 years agoNot applicable
Isfiltered is not working properly
Hi All, I have used the Column chart Which showing Gross Margin % by Department and Items. Default we need to show the Department level and then drill down to Item level. We have also added the...
- Anonymous6 years ago
Hi All, Pragati11,
I have solved this issue, we can use Hasonefilter instead of isfiltered
I have used the following measure
Lower = IF(HASONEFILTER(ItemsCost[Items]), CALCULATE([Lower Bound],ALLSELECTED(ItemsCost[Items])))and it is working.Thanks.
Pragati11
Super User
6 years agoHi Anonymous ,
Looks like I will need to see your data.
Is it possible to share your pbix file?
Thanks,
Pragati
Anonymous
6 years agoNot applicable
- Anonymous6 years agoNot applicable
Hi All, Pragati11,
I have solved this issue, we can use Hasonefilter instead of isfiltered
I have used the following measure
Lower = IF(HASONEFILTER(ItemsCost[Items]), CALCULATE([Lower Bound],ALLSELECTED(ItemsCost[Items])))and it is working.Thanks.