Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
hi everyone
am using hasonevalue, but i dont know why its not working, in my date filter context i should have 3 customers, so my hasonevalue should give blank, but when i expand the date then each customer ,his salary should be shown as filter context now only shows one customer , isnt? or am missing on something, as i put hasonevalue(customerid)
Solved! Go to Solution.
i fixed it thanks, i used my solution, it worked after i restarted the pc
Hi @chahineatallah,
May I know if you correct your table name used in the dax formula, will you get what you want?
total salary = IF(HASONEVALUE('fact table'[customer ID]),SUM(customer[salary]),"")
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!
Best Regards,
Community Support Team _ Caiyun
i fixed it thanks, i used my solution, it worked after i restarted the pc
That's great! Thanks for your reply!
Could you please share and mark your solution by Accept it as the solution to close this post and help others find it more quickly? Thanks in advance!
Best Regards,
Community Support Team _ Caiyun
hasonevalue('fact table'[customer ID])
wrong table name
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |