March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 =
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
16 | |
12 | |
9 | |
7 |
User | Count |
---|---|
38 | |
32 | |
28 | |
12 | |
11 |