Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
All,
In a custom column, I'm attempting to divide two columns, [Committed] and [Actual] (fixed decimal numbers in the backend, as U.S. Currency), and attempting to get a [% to target] result. The end goal is to filter by these categories:
a. commited for $0, spent $0
b. commited for $0, spent >$0
c. committed >$0, spent $0
d. commited for $x, spent $y
Trying to divide, either by [A]/[B] or DIVIDE( ), I'm getting a mix of actual zeroes, NaNs, and infinities, and I haven't been able to use conditional columns or if/then statements to group them. Any help?
Hi @RMDNA,
In my opinion, it should be three categories, as both a. and c. have the numerator 0 which can be treated as the same scenario. Based on my tested, use DIVIDE() function, it returns three kind of values, blank, zero and actual decimal.
If the above is not your required results, please share some sample data and screenshots about desired results for our analysis.
Best Regards,
Qiuyun Yu
Thanks. I also have the same issue. It's solved.
Can you post some sample data? Generally, if zeros are involved, use DIVIDE to avoid divide by zero errors. Additionally, use the erd parameter "alternateresult" option of the DIVIDE function to catch divide by zero and return what you want. Potentially wrap it all in an IF statement if necessary.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |