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.
Hello everyone
I have the following table in Excel, I'm trying to do the same in PowerBI, but the result is not as expected.
I've created a measure for UnitsbyType
Solved! Go to Solution.
@sonam7 , Assume you measure is M1 and Group by is Type
Try new measure like
sumx(summarize(Table,Table[Type],"_1", [M1]),[_1])
@sonam7 ,
There's syntax error in the measure you post and the snapshots are not clear to see. Could you please give the expected result?
Regards,
Jimmy Tao