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
I have the below table.
Customer, DateSold, first-purchasedate-by-customer (calculated column based on DateSold)
I have associated DateSold and first-purchasedate-by-customer to DateDim table for getting YearMonth (yyyymm).
I am looking for a good way to create visualization of stacked bar / side-by-side bar:
yyyymm, distinct-count(Customer per yyyymm of DateSold), distinct-count(Customer per yyyymm of first-purchasedate-by-customer)
Any suggestions?
I am able to create a bar graph with yyyymm and either one column but not the stacked bar.
PS: new to DAX & PowerBI
Solved! Go to Solution.
Update:
I was able to achieve it by creating a new table with a copy of data from parent table (first-purchasedate-by-customer,Customer) and associating this table first-purchasedate-by-customer to DateDim table & created visualization.
Update:
I was able to achieve it by creating a new table with a copy of data from parent table (first-purchasedate-by-customer,Customer) and associating this table first-purchasedate-by-customer to DateDim table & created visualization.
User | Count |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |