The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
Code | Plan | Status |
101 | Buy | Ready |
102 | Sell | Ready |
102 | Sell | Ready |
I would like to count unique code by Status and Planm but I have duplicates in Code column.
So on Report, I could drop Plan and "Count of Status" showing 1 for Plan SELL, based on table above.
I have this measurment but it doesn't do the job, as is showing 2, counting Code per plan ONLY, without looking at Status
Solved! Go to Solution.
not sure if i get you, try this
Measure2 =
hi @MasterSonic
Hi,
thanks but It does not give the wanted result.
lets extend my table
Code | Plan | Status |
101 | Buy | Ready |
102 | Sell | Ready |
102 | Sell | Ready |
103 | Sell | Ready |
Now it should showing col=Plan value=Sell should be 2
As we have code duplicated.
I would like to count Code per Plan where value in column Status is Ready, but do not count duplicated Codes. Maybe this will help
not sure if i get you, try this
Measure2 =
Thank You for help I have added below and I got what wanted.
Measure2 =
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
20 | |
19 | |
18 | |
13 |
User | Count |
---|---|
41 | |
39 | |
24 | |
22 | |
20 |