Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi Guys
In the matrix table here below i have three active users in the city Calgary.
I use the following measures to calculate the total active users:
The image below shown after each user name the same number of 3. This is not what the expected result must be.
The expected result mus be like:
Calgary 3
June 1
Tricia 1
yoichiroo 1
Total 3
Any suggestions?
Many thanks!
Greets,
Rega
Solved! Go to Solution.
I think the isblank is overwriting the filter context on UserId coming from the visual, this should solve it:
TotalActiveUsers:= CALCULATE([TotaUserID], 'Fact user license New'[Status] = "Active", KEEPFILTERS(NOT ISBLANK('Fact user license New'[UserId])) )
I think the isblank is overwriting the filter context on UserId coming from the visual, this should solve it:
TotalActiveUsers:= CALCULATE([TotaUserID], 'Fact user license New'[Status] = "Active", KEEPFILTERS(NOT ISBLANK('Fact user license New'[UserId])) )
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
77 | |
76 | |
57 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |