Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Nihed
Helper III
Helper III

Need assistance on Dax

Hello Experts 🙂

 

I have a small issue, i have a table with multiple columns, the Column "Potential" is the target one. , i want to identify the minimum number of this column , once identified, i want to have the columns "Label" & "Potential" associated to the line which contains the minimum number appear on another table   . Instead of that I'm having the total appears (on second table year 2020) not the minimum number.

I already used minx potential, but no luck 😞

Any help please? 

 

 

4 REPLIES 4
Icey
Community Support
Community Support

Hi @Nihed ,

 

Since you said that potential is a measure and you want to get its minimum value, how about creating another measure like below?

Measure =
MINX ( VALUES ( 'YourTable'[Year] ), [potential] )

 

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Icey
Community Support
Community Support

Hi @Nihed ,

 

Can this work?

 

 

Best Regards,

Icey

VahidDM
Super User
Super User

Hi @Nihed 

 

Can you share a sample of your data in a table format?
BTW, change the aggregation of Potential in the below matrix to the Min then you can find the result if your data table is like the top table in the image you shared.

 

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.

Appreciate your Kudos!!

 

thank you for your repy, i have tried the min, but it does not work, potential it's a measured column below formula : 

Potential =
VAR _RSEv=[Remaining stock per SY]*[EvaporationLoss]
VAR _Prc=SUM(Demands[Percentage])
VAR _STR=SUM(Brand[Strength])
Return
divide(divide(_RSEv , _Prc ) , _STR) /9

 

link to download the csv file example : https://wetransfer.com/downloads/e1391cabfd964b1903900b42e3391db220211010095548/0aa3cf20c84d1c586c54...

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.