Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
shahfx
New Member

Divide two columns

Just perplexed with this problem and new to PowerBI, want to just divide Number of leavers / Average Number of employees but seem to get as strange number when applying the calculation below. (numbers have been generated from excel detail values) Can anyone help please

Capture2.PNG

2 ACCEPTED SOLUTIONS
Greg_Deckler
Super User
Super User

Try this:

 

Turnover = DIVIDE(Turnover[Number_of_leavers],Turnover[Average_No_Employees],0)

This assumes that everything is a column.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

shahfx
New Member

Solved the issue, this was related to trying to use the divide function without checking the columns were integer values (assumed import from excel might of taken care of that) I then used measures rather than column as was getting incorrect calculated values and having issues with showing decimals etc.  Wow sometimes this was a simple issue, not giving up yet. 

 

Thank you for all that replied.

  

View solution in original post

3 REPLIES 3
shahfx
New Member

Solved the issue, this was related to trying to use the divide function without checking the columns were integer values (assumed import from excel might of taken care of that) I then used measures rather than column as was getting incorrect calculated values and having issues with showing decimals etc.  Wow sometimes this was a simple issue, not giving up yet. 

 

Thank you for all that replied.

  

v-juanli-msft
Community Support
Community Support

Hi @shahfx

Assume [Number of leavers] and [Average Number of employees] are all columns and don't aggregation like sum, average, ect.

I test with your example data and formula, it shows the correct result as you wanted.

If you have this problem till now, please let me know what's your dataset like and whether any aggregation has been applied.

 

Best Regards

Maggie

Greg_Deckler
Super User
Super User

Try this:

 

Turnover = DIVIDE(Turnover[Number_of_leavers],Turnover[Average_No_Employees],0)

This assumes that everything is a column.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.