Forum Discussion
Gerald23
Helper I
4 years agoCount value and filter by other column
Hi Everyone, I have a table that looks like this: Order Date Order Number Customer Number Article Number Qualtity Ordered Sold Price NP SoldPrice-NP (This is a calculated Column) ...
- 4 years ago
That was easier then I expected xD
I used the code below to achieve this
Count all article below 0 = CALCULATE(SUM(Data[Quantity Ordered]), Data[SoldPrice-NP] < 0)
Gerald23
Helper I
4 years agoThat was easier then I expected xD
I used the code below to achieve this
Count all article below 0 = CALCULATE(SUM(Data[Quantity Ordered]), Data[SoldPrice-NP] < 0)