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.
Hi,
Reference: Global Superstore dataset
I would like get the total quantity of returned items by year but I am getting the total quantity of returns in entire dataset as shown below:
No of returns not tabulated by year
Below shows the relationship established:
Relationship established as shown via order ID
Any help here? Thanks! I would like to know what went wrong or possible mistakes ive done.
Hi @Ed_Beach
There's no flow of relationship from DateTable and Returns tables. The DataTable affects the Orders table only thus your seeing the total count of returns regardless of the year. Does Orders have more than one row per Order ID?