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.
Solved! Go to Solution.
Hi @Vladas,
New a calculated table with below formula:
Table = SUMMARIZE ( Items, Items[ItemID], "Total SalesQty", SUM ( Sale[SalesQty] ), "LatestDate", LASTDATE ( Sale[SalesDate] ) )
Best regards,
Yuliana Gu
Hi @Vladas,
New a calculated table with below formula:
Table = SUMMARIZE ( Items, Items[ItemID], "Total SalesQty", SUM ( Sale[SalesQty] ), "LatestDate", LASTDATE ( Sale[SalesDate] ) )
Best regards,
Yuliana Gu
Thanks for help! I had a problem with relationships.