Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Good morning everyone from Sierra Leone, West Africa.
Given these two measures:
Solved! Go to Solution.
Hii @Alusine_Kamara
Error handling is the major difference between the with or without divide function,
1. The "Divide" function is designed to handle division by zero errors. helping to avoid potential errors in your calculations.
2. The division operator ("/") is more concise for simple division operations without the need for explicit error handling.
mes1 = DIVIDE(1, 0, 0) //Returns 0 if the divisor is 0
mes2 = 1 / 0 //Results in an error
This is useful means mark as a solution and hit the kudo
Thank you
Thank you very much.
Hii @Alusine_Kamara
Error handling is the major difference between the with or without divide function,
1. The "Divide" function is designed to handle division by zero errors. helping to avoid potential errors in your calculations.
2. The division operator ("/") is more concise for simple division operations without the need for explicit error handling.
mes1 = DIVIDE(1, 0, 0) //Returns 0 if the divisor is 0
mes2 = 1 / 0 //Results in an error
This is useful means mark as a solution and hit the kudo
Thank you
User | Count |
---|---|
84 | |
75 | |
73 | |
42 | |
36 |
User | Count |
---|---|
114 | |
56 | |
52 | |
43 | |
42 |