Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 |
---|---|
15 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
8 |