Good afternoon!
I'm having trouble getting a DAX measure that allows me to do the following:
I would like to have a measure that added the sales of 3 different years and I could keep it in a column of my matrix without the YEARS filter changing the values.
However, I would like the MES filter to affect the measure.
Can you think of any way?
Thanks in advance,
Victor
Please always provide more context with peoblem examples and expected output with screenshots.
From what I understand. You need to use the below.
Calc = CALCULATE(SUM(table[sales]), ALLEXCEPT(Table,Table[Years]))
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
231 | |
49 | |
48 | |
47 | |
42 |
User | Count |
---|---|
290 | |
241 | |
137 | |
83 | |
69 |