Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
The result that i would like to be:
Solved! Go to Solution.
it is possible, but for this you need to create a dimension table, see file
Hi Ahmedx, thanks a lot!! it works perfectly!
M1 = MINX(ALLSELECTE('Table'),[Total])
--------or -------
Measure = CALCULATE(MIN('Table'[ Total]),ALLSELECTE())
Hello Ahmedx,
Thank you once again for your help! The solution works perfectly.
I was curious if there are other ways to achieve the same result without using "Allselected". I came across a few articles online that suggested "Allselected" can be complex and may not always produce accurate results, so it's best to avoid it if possible.
Are there any alternative methods you would recommend?
Thanks
it is possible, but for this you need to create a dimension table, see file
pls try this
M1 = MINX(all('Table'),[Total])
--------or -------
Measure = CALCULATE(MIN('Table'[ Total]),REMOVEFILTERS())
Hello Ahmedx,
Thank you so much for your help! It worked perfectly.
I was wondering if you could show me how to make it work with a slicer as well?
For instance, if the slicer starts from 2, I would like the minimum value to be 200.
If it starts from 3, the minimum value should start from 300 and so on.
thank you!!!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.