Forum Discussion
How to Calculate with Two Criteria
- 7 years ago
Hi calerof,
This if the first time I'm using power bi.
I have several workbooks and I extract data from them via calculated column ( with lookupvalue) to my main table. Then I made some basic math calculations, still with calculated columns. There's no measure in my screenshots, but when I tried to write the measure so I can post, I figured my mistake.
I didn't add "count" function to my measure, when I added it works.
= CALCULATE(COUNT(Listing[Product]);Listing[Day]="Without Stock")thanks for your help
Hi calerof,
This if the first time I'm using power bi.
I have several workbooks and I extract data from them via calculated column ( with lookupvalue) to my main table. Then I made some basic math calculations, still with calculated columns. There's no measure in my screenshots, but when I tried to write the measure so I can post, I figured my mistake.
I didn't add "count" function to my measure, when I added it works.