Forum Discussion
Having Issues With a Simple Calculation
I assume your data looks like the picture below:
In that case, if you try to create a New Column, your formula will work properly (as in the image above), as long as you are not using CALCULATE.
- PaulMac7 years agoHelper IV
- _donev7 years agoRegular VisitorPaulMac,
Can you share a snap of your model? Are the 'All_Phones'[Offered] and 'Files uploaded'[API] measures? Are you creating a new measure or column?- PaulMac7 years agoHelper IV
I am still a novice with Power BI so may have to bare with me but I beleive I am creating a new measure that I wish to use in a matrix table on my report.
My [Offered] column comes from the 'All Phones' table
My [API] column comes from the 'Files Uploaded' table
I have seen other users make new measures from columns from different tables that work but it feels like I am falling at the first hurdle.
:smileyindifferent:
Hope that provides some clarity.
Kind regards
Paul
- BobBI7 years agoResolver III
try DIVIDE function instead of calculate.
Calls per 1000 = Divide([offered],[uploaded])*1000
Offered and Uploaded are the 2 measure and Calls per 1000 should also be a measure.
Thanks,
SS