We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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!!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 66 | |
| 40 | |
| 34 | |
| 25 |