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, this is my first time posting an issue. I'm not a very experienced user with creating new measures in Power BI and have tried searching all the posts to help resolve my problem without any success.
I have a table where I have created measures already for how many days it takes to close a case. I am trying to create another measure with true or false to show whether it was closed within the specified timeframe. However it's returning false for all results.
It should be anything between 0 and 3 = true, blank or greater than 3 = false. I previously had the formula as <=3 and it seemed to work fine except blanks where showing as true.
Solved! Go to Solution.
Hi,
Thank you for your message.
Please replace =0 with ==0
Zero is considered as blank as well, but if you only want to restrict to NUMBER ZERO only but not a Blank, then try writing ==0
Thanks.
Sorry, I refreshed again and I am getting the correct results expect thank anything with a blank value is coming up as true and I want this to be false.
Hi,
Thank you for your message.
Please replace =0 with ==0
Zero is considered as blank as well, but if you only want to restrict to NUMBER ZERO only but not a Blank, then try writing ==0
Thanks.
Hi
I tried using || instead of && and it just made all the values as true.
Hi,
Please try replacing all of && in your meausre with ||
=> instead of using AND function, please try using OR function. In this case, the measure contains more than 2 of OR condition, so please try using ||
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |