March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Team,
I have done new measure for sum_stock however based on sum_stock measure i need min value for each UID.
Thanks,
KV's
Solved! Go to Solution.
@Anonymous , not ver clear ,
You need
min(table[Quantity])
or
minx(values(Table[UID]),[sum_stock])
Hi, @Anonymous
You can try the following Measure and then create a Table visual.
Min_each_UID = MINX('DIM',[Sum_Stock])
The result looks like this:
Best Regards,
Caiyun Zheng
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
Please clearly state your requirement.
Try and use min function on your current measure.
Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904
@Anonymous , not ver clear ,
You need
min(table[Quantity])
or
minx(values(Table[UID]),[sum_stock])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |