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 all,
Could you please tell me what I'm missing?
I want to know the number of sales partner that had at least 1 GA.
Thanks!
Solved! Go to Solution.
hi @ROG
try like:
POS =
CALCULATE(
DISTINCTCOUNT('Sales Partner'[Sales Partner Code]),
FILTER('Sales Partner', [Gross Addition Daily]=1)
)
if the issue persist, please consider providing more info about your sample data and model info (if multiple tables are involved)
hi @ROG
try like:
POS =
CALCULATE(
DISTINCTCOUNT('Sales Partner'[Sales Partner Code]),
FILTER('Sales Partner', [Gross Addition Daily]=1)
)
if the issue persist, please consider providing more info about your sample data and model info (if multiple tables are involved)
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
14 | |
10 | |
10 | |
9 |