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.
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