Forum Discussion
rajiramk
2 years agoFrequent Visitor
Convert Bytes to KB/MB/GB
I have used the below code to create a formula to convert Bytes into KB, MB, GB, TB. The calculation seems to be right but when we are validating the size between Azure cloud and Power BI there is sl...
rajiramk
2 years agoFrequent Visitor
Thanks for your reply. I tried to change , it did not help. I got the same (45.73 GB)
Greg_Deckler
Community Champion
2 years agorajiramk Oh, duh, you need to modify your POWER statements as well. GiB is based on powers of 2^10 = 1024. GB is based on powers of 10, 10^3 = 1000.