Forum Discussion
Zaky
7 years agoHelper IV
Need Help with a Measure Formula
Hi All, Wondering if someone would able to help me with a correct formula to count column Quantity as per table below. I would like to show quantity of each printer model i KPI card. Mode...
- 7 years ago
Hi Zaky
Create a measure
Measure = CALCULATE(COUNTA(Table1[Model/Description]),FILTER(ALL(Table1),Table1[Quantity]=1))
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - 7 years ago
Hi,
can you please try below measure and mark correct if it works.
Count = CALCULATE(COUNT(Sheet2[code]),Sheet2[quantity] = 1)Thanks,Surya teja
suryaburaboyina
7 years agoFrequent Visitor
Hi,
can you please try below measure and mark correct if it works.
Count = CALCULATE(COUNT(Sheet2[code]),Sheet2[quantity] = 1)
Thanks,
Surya teja
Zaky
7 years agoHelper IV