简体   繁体   中英

Sending values from SharePoint list to Power BI Desktop

如何将共享点列表中的值作为参数或其他内容发送到 Power BI Desktop,我尝试了几种方法,例如在链接中嵌入值,但它不起作用,有人可以向我解释我该怎么做吗?

No you cannot do that. You can add some criteria to fetch data from sharepoint but that criteria will be static, for ex Id=1 shall be the criteria but you cannot directly add this criteria to sharepont and that too dynamic. You first need to load data into powerbi dataset so you will have records with all IDS and then you can add filters/slicers in powerbi

Parameters in Power BI work more like global variables rather than what you are used to in other tools. They are an excellent way to externalize references.

If you set a filter in Power Query for a specific subset of records, this filter will be folded (run at the datasource) rather than after the fact. Order is important when executing PQ commands for folding to occur.

I show this filtering in the video associated to my blog post here: https://marqueeinsights.com/how-to-data-mine-a-sharepoint-list-with-power-bi/ I'm doing a series of posts that are SharePoint/PBI specific since the interaction between them is poorly documented.

Also, is your need user based? If so, take a look at RLS. This enables you to do dynamic filtering automatically, based on the viewing user's profile.

Hope this helps! Treb Gatte Microsoft Power BI MVP

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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