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?
If there's actually a comma in 2,000, try removing it
5 Replies
- AnonymousNot 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. - Phil_SeamarkMicrosoft Employee
HI Anonymous
When you say it isn't working. Are you getting a result that is different from what you are expecting? Or are you getting an error?
- AnonymousNot applicable
I am getting an error.
- jthomsonSolution Sage
If there's actually a comma in 2,000, try removing it
- AnonymousNot applicable
thank you that was the issue, lol simple fix..