The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Do you guys help me understand why it is happening?
Thanks
I am still trying to understand why it's happening. however I have found a workaround to display % values.
As a workaround I duplicated the "Value" column , multiplies by 100 and concatenated with "%" symbol. this will be used only for display purpose. In this way I have a column for calculation and other for display.
Best
@bharath_v thank you for your response. I am generating values like below in the dax,
Hi @Anonymous
It could be that the actual values may be exactly equal to the condition.
If you have used precision to cut the source data to 2 decimal points then you may get result like this.
To overcome this, change the precision of the field in the source data itself by going to "Transform Data" and Transform.
Hope this helps!
If I answered your question then pls mark my post as "Accept it as the solution" and a kudo would be appreciated.