Forum Discussion
binayjethwa
3 years agoHelper V
Calculate total rows based on slicer selection
Hi All, I have the following table where I have list of Item. To calculate weight , i need to count rows of table which is 14 and divide it by 100 as mentioned below. Also I have a slicer for...
v-zhangti
3 years agoCommunity Support
Hi, binayjethwa
You can try the following methods.
Measure =
Var _N1= CALCULATE(COUNT('Table'[BLs/subsidiaries]),ALLEXCEPT('Table','Table'[BLs/subsidiaries]))
Return
DIVIDE(100,_N1)
Two is four rows.
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
binayjethwa
3 years agoHelper V
- v-zhangti3 years agoCommunity Support
Hi, binayjethwa
Based on the screenshots you provided, what do you expect the result to be?
Best Regards,
Community Support Team _Charlotte