使用代码重新创建 xml 文件中的形状并以编程方式设置宽度

问题描述

我已经有了形状代码,现在我需要以编程方式绘制相同的代码并根据数组中文本的长度设置其宽度。我无法使用路径数据重现相同的内容。

这是代码:

let
Source = Json.Document(Web.Contents("https://data.cms.gov/data-api/v1/dataset/9138d25a-5d85-4a12-b3c9-070e544486db/data?filter[NPI]=" )),Source1 = try Source{0} otherwise [],#"Converted to Table" = Record.ToTable(Source1),#"Transposed Table" = Table.Transpose(#"Converted to Table"),#"Promoted Headers" = Table.PromoteHeaders(#"Transposed Table",[PromoteAllScalars=true])
in
#"Promoted Headers"

Output shape should be this

请帮我解决这个问题..

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)