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, How can I get a total of distinct counts? In this example 39 orders were written in both Jan and Feb in Japan. However in Jan 8 individual salespeople wrote orders, In Feb 7 individual salespeople wrote orders. How can I get those numbers to show? The orders table is a detail containing order date which I've flipped to YYYY/MM. I don't want a total of all the orders but rather the number of salespeople who wrote orders. I've tried a number of combinations of summarize and filter without success. Any help?
By order count:
By distinct count:
Hello,
Is the table on the right your desired result?
Regards,
Adrian
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |