<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nandemo_excel</author_name>
  <author_url>https://blog.hatena.ne.jp/nandemo_excel/</author_url>
  <blog_title>なんでもエクセル（Nandemo Excel）</blog_title>
  <blog_url>https://nandemo-xl.hatenablog.com/</blog_url>
  <categories>
    <anon>Power Query</anon>
  </categories>
  <description>日時の取り扱いは、エクセルとパワークエリで微妙に違うので、慣れるのに時間がかかるかもしれません。例えば、読み込んだデータが 24時間以上を含む時刻データ（表示形でいうと「[h]:mm」）だった場合、クエリで読み込むと number型になってしまいます。 この場合、シリアル値のままでは使いづらいので、期間型（duration型）に変換してしまいましょう。 期間型に変換 = Table.TransformColumns( 変更された型, {&quot;時刻&quot;, Duration.From, type duration} ) こんな感じです。 では、元のファイルがテキストデータで、読み込んだ時点では文字列だっ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnandemo-xl.hatenablog.com%2Fentry%2F2023%2F07%2F12%2F143151&quot; title=&quot;Power Query：24時間以上の時刻を期間型に変換する - なんでもエクセル（Nandemo Excel）&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/n/nandemo_excel/20230712/20230712132508.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-07-12 14:31:51</published>
  <title>Power Query：24時間以上の時刻を期間型に変換する</title>
  <type>rich</type>
  <url>https://nandemo-xl.hatenablog.com/entry/2023/07/12/143151</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
