Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
This is what I used
Changing the Data type causes an error
Please help
Solved! Go to Solution.
Try returning a number instead of a text.
Count of Activity = IF(ISBLANK('Distribution'[ Activity]),BLANK(),1)
Try returning a number instead of a text.
Count of Activity = IF(ISBLANK('Distribution'[ Activity]),BLANK(),1)