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.
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