Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Is there a setting could make it like that?
Solved! Go to Solution.
Hi @oakfootballclub ,
Not sure what visual you are using but if you use a decimal column on the visual and then change the decimals places to 0 you will get the integer values on the visualization but on the export you get the decimal values:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsYou can simple change the whole number to decimal after loading data to power bi.
1) select your column
2) go to column property
3) change data ype to decimal by entering 2 in decimal place.
4) it automaticllay converts to decimal. so next time when you load the excel file it will show 2 decimal number in the table.
I hope I answered your question!
Hi @oakfootballclub ,
Thanks for @Uzi2019 and @MFelix replies.
@oakfootballclub You can also try DAX as follows.
Measure = FORMAT([Column],"0.00")
Best regards,
Mengmeng Li
You can simple change the whole number to decimal after loading data to power bi.
1) select your column
2) go to column property
3) change data ype to decimal by entering 2 in decimal place.
4) it automaticllay converts to decimal. so next time when you load the excel file it will show 2 decimal number in the table.
I hope I answered your question!
Hi @oakfootballclub ,
Not sure what visual you are using but if you use a decimal column on the visual and then change the decimals places to 0 you will get the integer values on the visualization but on the export you get the decimal values:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português