Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have two tables called Sales and Margin, both table has Party and Date column. now I want to filter total Sales and margin by date and by party. here is a sample data for your reference.
Margin Table
Sales Table
Result look like
I would create a date table and a dimension table called party that has party_id (primary key) and partyname as columns - then do necessary one to many relationships to both other tables.