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
Hello - I have the following measure that is running slowly in my dataset. Is there a better way to apply the filter to get the correct count? I am getting a CallbackID error in dax studio on this measure as well. Any tips or ideas would be greatly appreciated!
Hi @Anonymous,
Did the above suggestion help with your scenario? if that is the case, you can consider Kudo or Accept it to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Hi,
I am not sure how your data model looks like, but please try the below.
new measure: =
CALCULATE (
DISTINCTCOUNT ( tblDim_AccountPlan[ClientParentName] ),
FILTER (
VALUES ( tblDim_AccountPlan[ClientParentName] ),
[CY TTM Gross Revenue] <> 0
)
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |