Hi all
I have the below sample data set.
Identifier | Value |
A | 0.05 |
A | 0.2925 |
A | 0.1575 |
A | 0.065 |
A | 0.034 |
A | 0.065 |
A | 0.136 |
A | 0.1 |
A | 0.1 |
B | 0.034 |
B | 0.2925 |
B | 0.136 |
B | 0.1 |
B | 0.1575 |
B | 0.1 |
B | 0.065 |
B | 0.05 |
B | 0.065 |
I plotted a table with two columns - 'Identifier' and 'Sum' and am interested to flag out exceptions. Exceptions are identifiers whose total sum of all rows does not equal to 1.
In the above 2 instances, the sum of all rows with Identifiers A / B add up to 1 in Excel. However it flags as an exception when applied in PowerBi. Can anyone explain to me why that might be the case (I am thinking it could be a rounding issue in Powerbi) and whether there are any ways to resolve this? I do not want Identifiers A / B to be flagged as exceptions.
Thanks in advance.