Forum Discussion
Anonymous
4 years agoNot applicable
DAX Error: A function 'PLACEHOLDER" has been used
I'm attempting to create a measure to divide one card by another. Services Count / Services Goal = Percent to Goal PTG Northstar = DIVIDE( CALCULATE( COUNTROWS(CareerCenterGoals) ,CareerCen...
v-yanjiang-msft
Community Support
4 years agoHi Anonymous ,
According to your description, the highlight part of your DAX code bellow hasn’t express what outcome you want, it should be an expression but not a column.
If you want to calculate the count of rows which is not blank, you can use the following measure.
Here’s some information which may help you to understand.
https://docs.microsoft.com/en-us/dax/calculate-function-dax
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.