简体   繁体   English

在PowerBI中的单独列中读取Json文件

[英]Reading Json file in PowerBI in separate columns

I am having the following json string 我有以下json字符串

"custom":{
  "dimensions":[
    {"UserName":"TestName"},
    {"Client":"303"},
    {"NumberOfRecords":"1000"},
    {"FirstAttempt":"Yes"},
    {"DeveloperMode":"true"}
  ]
}

I wanted to see this Json file in PowerBI in separate columns for each. 我想在PowerBI中的每个列中分别查看此Json文件。 I tried in google from last few days but no help with this format. 我从最近几天开始尝试在Google中使用此格式,但没有帮助。 Any can help me with Power query. 任何人都可以帮助我进行Power查询。

So what did you try? 那你尝试了什么?

在此处输入图片说明

But Assuming you found the above datasource, it usually comes down to the specific json structure - some structures are easier to import than others... 但是假设您找到了上面的数据源,它通常归结为特定的json结构-一些结构比其他结构更易于导入...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM