Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
70 | |
42 | |
42 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
26 |