Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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], Student[City] = "CA")
return
a/b
There are 6 other lines thats different for each city so the only change is this
Student[City] = "CA"
I created a new page for drill through that will have the StudentID,Status,City, State columns
and I add the measure to the table
but whenever I click on the drill through its still showing all the records and not filtering
Is there any workaround this?
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.
Hi @Mclovin100
Can you share the pbix that has the issue? Otherwise it is difficult to determine what the problem might be?
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |