Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

How to write DAX to calculate average group value excluding slicer selection

I have line chart, this line chart as value on the y axis and date on the x axis and a slicer that contains different categories (when a category is selected, it dynamically affect the chart and it is a single selection).

I want to write a dax expression that will be placed on the chart; the dax should get the average of the value of all categories in the slicer but exclude the selection made on the slicer.

For example, the category slicer has Planned, Not Planned, Forecast and Past Planned, hence when Planned is selected in the slicer then calculate the average value of Not Planned, Forecast and Past Planned excluding Planned that was selected in the slicer. This will dynamically recalculate when selecting another value in the slicer hence what is selected is excluded from the average calculate.

 

How can I achieve this using dax?

1 REPLY 1
Greg_Deckler
Super User
Super User

@Anonymous You want Inverse Aggregator: Inverse Aggregator - Microsoft Power BI Community


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.