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.
Hello,
As you can see in the image, I think normaly we will need to have "1" as value when A = 2 and A = 4.
Do you have any idea why I got "0" even if the condition is true ?
Thank you
Solved! Go to Solution.
@Anonymous
yuot statement says that Sheet1[A] has to be equal to 2 and 4 at the same time. It looks impossible 🙂
Maybe you need OR logic, for that use || symbol, not && (AND)
@Anonymous
yuot statement says that Sheet1[A] has to be equal to 2 and 4 at the same time. It looks impossible 🙂
Maybe you need OR logic, for that use || symbol, not && (AND)
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
27 | |
12 | |
11 | |
10 | |
6 |