<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Convert bytes into gigabytes in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-bytes-into-gigabytes/m-p/3372442#M126936</link>
    <description>&lt;P&gt;Hello everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling with a query and i am looking for any help, tip or ideas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to convert a specific number- 8589934592 into gigabytes.&lt;/P&gt;&lt;P&gt;Open for any tips, ideas and suggestions&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 14:26:44 GMT</pubDate>
    <dc:creator>NicholasPowerB</dc:creator>
    <dc:date>2023-08-09T14:26:44Z</dc:date>
    <item>
      <title>Convert bytes into gigabytes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-bytes-into-gigabytes/m-p/3372442#M126936</link>
      <description>&lt;P&gt;Hello everyone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling with a query and i am looking for any help, tip or ideas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to convert a specific number- 8589934592 into gigabytes.&lt;/P&gt;&lt;P&gt;Open for any tips, ideas and suggestions&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 14:26:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-bytes-into-gigabytes/m-p/3372442#M126936</guid>
      <dc:creator>NicholasPowerB</dc:creator>
      <dc:date>2023-08-09T14:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert bytes into gigabytes</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-bytes-into-gigabytes/m-p/3375348#M127098</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="600800" data-lia-user-login="NicholasPowerB" class="lia-mention lia-mention-user"&gt;NicholasPowerB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WsjC1sLQ0NjG1NFKK1YlWMtQzMjZRio0FAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [num = _t]),
    #"Changed Type" = Table.TransformColumnTypes(Source,{{"num", type number}}),
    Custom1 = Table.TransformColumns(#"Changed Type",{"num", each if _ = 8589934592 then _/1000000000 else _})
in
    Custom1&lt;/LI-CODE&gt;
&lt;P&gt;Output&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/I&gt;, then please consider&amp;nbsp;&lt;I&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/I&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 02:23:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Convert-bytes-into-gigabytes/m-p/3375348#M127098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-11T02:23:55Z</dc:date>
    </item>
  </channel>
</rss>

