Forum Discussion
Anonymous
4 years agoNot applicable
Count IF / 'Set Analysis'
Hi All, Just started a new job where they use Power BI, having used Qlik in the past I am having trouble with getting the correct outputs. If I consider the table below ideally I...
v-yalanwu-msft
4 years agoCommunity Support
Hi, Anonymous ;
You could modify it.
Measure = DIVIDE( COUNT([count]),CALCULATE(COUNT([count]),FILTER(ALL('Table'),[Month]=MAX([Month])&&[Vendor]=MAX([Vendor]))))
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.