Skip to main content

Power BI

Needs Votes

Drill through with Dax Filters

Vote (3) Share
Omar Vaseem Baig's profile image

Omar Vaseem Baig on 02 Feb 2021 11:21:31

User should be able to drill through on a measure with the dax filters applied on it.
For example consider the dax formula below -

NR_2020 = Calculate(Sum(Net Revenue), Calender[Year] = 2020).

In this case, when a user drill throughs on the measure NR_2020 it should filter the year to 2020.

Comments (1)
Omar Vaseem Baig's profile image Profile Picture

John Howcroft on 25 Nov 2024 07:11:06

RE: Drill through with Dax Filters

Feels fundamental. The amount of time PBI developers must waste trying to work around simple stuff like this is incredible. Also being able to filter correctly when userelationship filters are used (and ensure the conditional formatting works as well, currently only conditional formatting works for records that go through the primary relationship)