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,
I know there are multiple threads opened for this issue, but I can't apply any of them to my issue.(I'm new with Power BI/ Dax )
So I have a problem the total in my table is wrong I read that Power Bi applies filters as default and you can rebuild the total value with sumx but I can't make that work for me.
Column count of pickinghours2 it's a distinctive count of pickinghours2
For test11:
The suggestion would be to return blank there, with the code below:
Test11 =
VAR lopas =
DISTINCTCOUNT(pickingproductivityview[pickinghour2])
Return
IF (
HASONEVALUE (pickingproductivityview[user],
IF(
AND(lopas>= 3 , lopas <= 6 ),
lopas - 0.5,
IF(
lopas>6,
lopas - 1,
IF(lopas < 3,lopas,BLANK())
)
),
BLANK()
)
Hi FreemanZ,
Thank you for the replay.
Unfortunately, now I don't see any values in the total section and if I'm trying to use this measure in "Card" visual is not displaying anything.
I have used your suggestion as per below:
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 |
---|---|
14 | |
11 | |
10 | |
10 | |
9 |
User | Count |
---|---|
18 | |
13 | |
12 | |
11 | |
8 |