Forum Discussion
Anonymous
8 years agoNot applicable
Numbers in equations
In a powerbi measure can I use numbers to be multiplied by columns. for example: count(Total[total hired])*(2,000) it is not working as I have it but is there a way to have it work?
- 8 years ago
If there's actually a comma in 2,000, try removing it
Anonymous
8 years agoNot applicable
Can I have a number within a measure that is multiplied by something else:
for example:
Count(Total[total hired])*(2,000)
That equation did not work but hopfully if gives you an idea.