Forum Discussion
Anonymous
4 years agoNot applicable
Aggregation
is there a calculated formula to get minimum value of ON_HAND_QTY without using built-it options of aggregation.
- 4 years ago
Anonymous
It works well with the previous code:
Measure = min(Data[ONHAND_QTY])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!!
Fowmy
4 years agoSuper User
Anonymous
Share some sample/dummy data and the expected results.
Anonymous
4 years agoNot applicable
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)