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! Request now
Hallo there,
i have a Min-Measure comparing three other Measure. but the total Row is showing the wrong Value.
MIN(Abfrage1[IST],MIN(Abfrage1[SOLL],[Plan]))
here a sample of my File:
https://www.dropbox.com/s/7lvrx9hcjm6730z/sample_Min.pbix?dl=0
thank you
Solved! Go to Solution.
@scorpi73 , try
minx(values('Date'[date]),calculate(MIN(Abfrage1[IST],MIN(Abfrage1[SOLL],[Plan]))))
or
sumx(values('Date'[date]),calculate(MIN(Abfrage1[IST],MIN(Abfrage1[SOLL],[Plan]))))
@scorpi73 , try
minx(values('Date'[date]),calculate(MIN(Abfrage1[IST],MIN(Abfrage1[SOLL],[Plan]))))
or
sumx(values('Date'[date]),calculate(MIN(Abfrage1[IST],MIN(Abfrage1[SOLL],[Plan]))))
Dear Amit, thank you for the Solution. it works:)
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.