Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
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:)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!