The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have two tables
Table1
GroupID | CountOfSomething
Table2
GroupID | Price
I need get Max value from Table1 by GroupID and multiply by Table2 same group price
How to write measure to do that?