Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |