问题结合查询 [英] Problem Combining Queries

查看:86
本文介绍了问题结合查询的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在尝试遵循Kasper de Jonge在他的博客上使用的技术,该技术从在线分组的网页中获取数据,并将其组合成单个查询。完整的帖子在这里:  http: //www.powerpivotblog.nl/nba-team-spending-and-their-results-with-excel-powerpivot-and-data-explorer

I've been trying to follow a technique used by Kasper de Jonge on his blog that takes data from a paginated set of webpages online and combines it into a single query. The full post is here: http://www.powerpivotblog.nl/nba-team-spending-and-their-results-with-excel-powerpivot-and-data-explorer

第一部分'有问题的是功能:

The part I'm having trouble with is the function:

(page)=>让

Source = Web.Page(Web.Contents(" http://espn.go.com/nba/工资/ _ / page /"   &
Number.ToText(page))),


Data0 = Source {0} [数据]
in

Data0

以前,该函数工作正常,我能够重现他的方法。但是,这不再是数据资源管理器中的有效表达式。
有什么改变会导致无效吗?

我收到的错误是"表达式错误:无效的标识符",它指向Web.Contents函数的http行。你能告诉我
我可能做错了吗?是有一种更好的方法可以将分页网页组合到一个查询中吗?




推荐答案

我尝试了同样的查询,发现这是因为引号 将查询复制到数据资源管理器后,请删除这两个引号,然后重新输入。这样可以解决问题。

I tried the same query and found it is because the quotation marks are not correct. After you copy the query to Data Explorer, please remove these two quotation marks and then re-type them. That should resolve the issue.

问候

Qunshu


这篇关于问题结合查询的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆