Forum Discussion
Suppressing very low negative values
How can i suppress the very low negative values in power bi reports?
I am calculating a metric as a percentage using DAX. In a ideal suitivation the values will be present with acceptable + or - values. e.g. 4.2, 12.3, -33.1
How ever in exceptional suitivation the values are so low that the precentage calculation is -7720879273890906.0
I want to suppress it to 0.
Where and how can i suppress it to 0.
Hope to hear form experts who handle such exceptions.
Hi Anonymous ,
The following blog seems to be able to help you with your confusion.
Power Pivot: Dynamically Identifying Outliers with DAX – Data Savvy
If the problem persists, please provide the test data (with sensitive information removed) and the desired results. I will answer you as soon as possible.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Anonymous4 years ago
Hi Guys,
My applogise for the late response.
I appreciate the solutions provided for the outliers. It gave me different prespectives.
I addressed it in the data prepration phase i.e. before the data is sucked by Power BI. This is just a alternative way for addressing the outliers.
Thanks to all the people who have contributed. Much appreciated.
5 Replies
- amitchandakSuper User
Anonymous , do you want to remove outliers?
Like
- AnonymousNot applicable
amitchandak Yes i need to remove the outliers and replace it with 0
- v-henryk-mstfCommunity Support
Hi Anonymous ,
The following blog seems to be able to help you with your confusion.
Power Pivot: Dynamically Identifying Outliers with DAX – Data Savvy
If the problem persists, please provide the test data (with sensitive information removed) and the desired results. I will answer you as soon as possible.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - AnonymousNot applicable
Hi Guys,
My applogise for the late response.
I appreciate the solutions provided for the outliers. It gave me different prespectives.
I addressed it in the data prepration phase i.e. before the data is sucked by Power BI. This is just a alternative way for addressing the outliers.
Thanks to all the people who have contributed. Much appreciated.
- AnonymousNot applicable
amitchandak Yes i need to remove the outliers