Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I only discovered the MINIFS function in Excel today, and instantly wondered if there was a Power BI DAX equivalent.
I have a quite basic excel formula of;
=MINIFS(A:A,B:B,B2)
Lets say A:A = Sub_ID & B:B = ID
I am trying to find the Min Sub_ID when there are more than 1 count of ID's
If there a DAX someone can help me with?
Thank you so much.
Gav
Solved! Go to Solution.
You can tty the following Measure:
MIN_SUBID = CALCULATE(MIN('Table'[Sub_ID ]), ALLEXCEPT('Table', 'Table'[ID]))
Output:
You can tty the following Measure:
MIN_SUBID = CALCULATE(MIN('Table'[Sub_ID ]), ALLEXCEPT('Table', 'Table'[ID]))
Output:
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
75 | |
64 | |
39 | |
34 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |