Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
is there a calculated formula to get minimum value of ON_HAND_QTY without using built-it options of aggregation.
Solved! Go to Solution.
@Anonymous
It works well with the previous code:
Is there any difference between the file you shared and original file?
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
@Anonymous
Create a Measure:
Min_OnHand_Qty = MIN ( TableName[OnHand_Qty])
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous
Share some sample/dummy data and the expected results.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Fowmy hi, created a sample pbix that you can use
https://www.dropbox.com/s/2k5e9mbmzsh0cek/TEST.pbix?dl=0
my desired output is to create a calculated field for the actual MIN of OnHand without using built-in aggregated functions in PBI. it should show same value with the MIN (using built in function of aggregation)
Hi @Anonymous
Try this:
measure = Min([ON_HAND_QTY])
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
add table name to the measure: measure = Min(table[ON_HAND_QTY])
Can you share a sample of your data?
Appreciate your Kudos!!
@VahidDM here is the sample data in the link below:
https://www.dropbox.com/s/2k5e9mbmzsh0cek/TEST.pbix?dl=0
hi still the same
@Anonymous
It works well with the previous code:
Is there any difference between the file you shared and original file?
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 54 | |
| 42 | |
| 30 | |
| 24 |