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.
in this tutorial, Create-reports/desktop-dimensional-model-report ,on creating new measure
Sales Amount by Due Date = CALCULATE(SUM(Sales[Sales Amount]), USERELATIONSHIP(Sales[DueDateKey],'Date'[DateKey]))
Hi @Namirza , Have you created an inactive relationship between the two tables in question?
D
Did I help you today? Please accept my solution and hit the Kudos button.
yes inactive relationship is created.