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.
Hello,
I'm trying to create a summary report in Power BI that involves one data table, but the thing is, there are 3 different date fields (First_Purchase_Customer, First_Purchase_Household, and Order_Date) which all have to be the same, 3 items for counting (Customer IDs, Household IDs, and Order IDs), and the Order IDs involve 2 different T/F filters (Starter and Bunch). I would like the report (either in table or matrix form) to look like the image seen below. Can someone please help on how to create this report? Thanks.
Feb-22 | Mar-22 | Apr-22 | |
Count of New Customers | 75,000 | 95,000 | 88,000 |
Count of New Households | 71,250 | 90,250 | 83,600 |
Count of Orders | 187,500 | 237,500 | 220,000 |
Count of Starter Orders | 3,750 | 4,750 | 4,400 |
Count of Bunch Orders | 75,000 | 95,000 | 88,000 |
Hi @smayers ,
Sorry I'm rather vague about your data model, could you please explain more or support a snapshot.
Best Regards,
Community Support Team _ kalyj
@smayers , Create a common date table having month year, qtr , date etc. Calendar that starts with any Standard Month — Just one variable apart https://medium.com/chandakamit/cheat-sheet-calendar-of-any-standard-month-just-one-variable-apart-5e...
Join it with all three dates. You will get one active and rest inactive joins, That you can activate using userelationship
In the display use matrix with Option Show values on row /Show on Row
User | Count |
---|---|
97 | |
77 | |
77 | |
48 | |
26 |