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! Learn more
 
					
				
		
Hello all,
I have a table which has value on column PortalUserId (see image below). I need to calculate the total PortalUserID with status Active and without the blank rows.
My current DAX formule is :
When i use this measure TotalActivePortalUser it will return 6 but the expected result for my measure must be 5.
Any suggestions??? Many thanks!
Solved! Go to Solution.
Hi ,
Can you please try the below formula
TotalActivePortalUser = CALCULATE([TotalPortalUserID], 'Fact user license New'[Status] = "Active" , NOT ISBLANK('Fact user license New'[PortalUserID]) )
Thanks
Sorna
Hi ,
Can you please try the below formula
TotalActivePortalUser = CALCULATE([TotalPortalUserID], 'Fact user license New'[Status] = "Active" , NOT ISBLANK('Fact user license New'[PortalUserID]) )
Thanks
Sorna
It works! thank you so much!
 
					
				
				
			
		
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 | 
|---|---|
| 84 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |