This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 22 |