table example
I need this
The DAX I wrote is
New_Column = CALCULATE(MIN('table'[Sup_group]),FILTER(ALL('table'),
'table'[province] = EARLIER('table'[province]) &&
'Stable'[Quarter] = "Q1"))
The result is
But I don't want this kind of result, I want like the first picture.
help me please,
thank you.
Solved! Go to Solution.
Column = CALCULATE(MIN([Sup_group]),ALLEXCEPT('Table','Table'[Group]))
If I answered your question, please mark my post as solution, Appreciate your Kudos!
Column = CALCULATE(MIN([Sup_group]),ALLEXCEPT('Table','Table'[Group]))
If I answered your question, please mark my post as solution, Appreciate your Kudos!
Oh, I can do it, just like you let me try. 👏
thank you, I tried to follow you result is
which i want like this
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
107 | |
74 | |
66 | |
49 | |
48 |
User | Count |
---|---|
168 | |
88 | |
78 | |
72 | |
67 |