Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi all,
I am having trouble creating a way to show a list of customers who have ordered YTD for 2019 vs. the same time period in 2018. My data starts 1/1/2018 and runs to present day. I have a date table for this period as well.
I have created measures to give me a count of distinct customer names for these periods by doing:
customers = DISTINCTCOUNT('Query1'[CardName]) customers19 = CALCULATE(DISTINCTCOUNT('Query1'[CardName]), YEAR('Query1'[DocDate])=2019) customers_roll12 = CALCULATE('Query1'[customers], SAMEPERIODLASTYEAR('dates'[Date]))
I can then use these measures to give counts of customers who have bought ItemA vs. ItemB in 2019 and then compare this to last year. I want to then be able to list the customers who have bought it in 2019 vs. who bought it in this time period last year.
Thanks in advance!
See about using EXCEPT
How would I go about doing that? EXCEPT appears to be a sort of table join. In my case all of this data is on the same table.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
87 | |
82 | |
71 | |
49 |
User | Count |
---|---|
143 | |
124 | |
107 | |
60 | |
55 |