Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
1 4 4
1 3 3
1 2 2
2 1 2
2 2 4
3 2 3
3 3 1
4 4 2
4 7 1
5 1 1
each order id might have two or more payment method which has separate amounts .we need to know how many orders are there for each payment method
payment method 1=1(amount in payment method)>3(amount in payment method),1>4(amount in payment method) amount in payment method should be greater than all payment method in that particular order id
payment method 2=2(amount in payment method)>3(amount in payment method),2(amount in payment method)>4(amount in payment method)
payment method 3=3(amount in payment method)>1(amount in payment method),3(amount in payment method)>2(amount in payment method),3>4
payment method 4=4(amount in payment method)>1(amount in payment method),4(amount in payment method)>2(amount in payment method),4(amount in payment method)>3(amount in payment method)
output
payment Method Orders(count of order id)
4 -2 orders
3 -1 orders
2 -0 orders
1 -3 orders
Should just be:
Measure = COUNTROWS(DISTINCT('Table'[order id]))
Put that into a table visual along with [payment method].
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |