Forum Discussion
Mclovin100
3 years agoFrequent Visitor
Drill through using a filter
I have a line chart and each line got the following measures Measure =
var a =calculate(counta(Student,[ID],Student[Status] = "A", Student[City] = "CA")
var b = calculate(counta(Student,[ID], Stud...
Anonymous
3 years agoNot applicable
Hi Mclovin100
You can try to change the Student[City] by using a slicer, the drill down cannot work may be affected by your measure filter,
if the suggestion can not meet your requirement, can you provide some sample picture?
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.