Forum Discussion
pokarman
6 years agoFrequent Visitor
How to get min value from calculated based on one column
In the below image there is Minprice calculated measure so i want to extract min value from that measure column based on plant code.
this column are coming from multiple tables
11 Replies
- pokarmanFrequent Visitor
visualisation
- Jimmy801Community Champion
Hello pokarman
create a new measure like MinMinPrice = Min(YourTableName[MinPrice])
Then create table in your visualisation, drag the plant and the new measure into your visualization.
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy