<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>SharePoint BI topics</title>
    <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/bd-p/SharePointBI</link>
    <description>SharePoint BI topics</description>
    <pubDate>Wed, 13 May 2026 18:35:50 GMT</pubDate>
    <dc:creator>SharePointBI</dc:creator>
    <dc:date>2026-05-13T18:35:50Z</dc:date>
    <item>
      <title>Power BI Service report on SharePoint lists with multi-select relationships</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/power-bi-service-report-on-sharepoint-lists-with-multi-select/m-p/4462805#M347</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;we plan to document our projects on project specific SharePoint sites with risks, decisions, changes, scope statements and status reports in dedicated lists. The idea is to also cross-reference those items, i.e. for example a weekly status report (documented as a row in the list) could reference multiple decisions, risks or changes (rows from the other lists) via lookup columns.&lt;/P&gt;&lt;P&gt;In addition to this setup, we want to be able to report via Power BI / Power Query in Power BI Service on the data documented in the project specific SharePoint sites and their lists.&lt;/P&gt;&lt;P&gt;Now we are facing several challenges in this setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;dynamic data sources&lt;UL&gt;&lt;LI&gt;the number of projects, and hence the number of SharePoint sites and their lists are dynamic and need to be queried using functions, to circumvent the dynamic data source problem in Power BI service, e.g. Web.Contents() with option RelativePath&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;extraction of multi-select references&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;using SharePoint.Tables() gives the IDs of the referenced items in the other list, but this method cannot be modified with option RelativePath to circumvent dynamic data sources issue&lt;/LI&gt;&lt;LI&gt;Web.Content() is able to use RelativePath option, however output for multi-select relationships doesn't seem to be complete&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;getting identifiers for resolving references across different list&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;one option we identified is combination of List.Id property (GUID) and ListItem.Id (int32), however here we are not sure if these are unique identifiers&lt;/LI&gt;&lt;LI&gt;another option would be the field UniqueID {32-bit Hex} coming via SharePoint Search api call&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;data privacy levels/combination of different data sources&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;for resolving the relations between list (and related query output) lists would need to be referenced, which is not working in the Power BI service across different queries&lt;/LI&gt;&lt;LI&gt;However we think, that we can circumvent that by doing the/resolving the relations via DAX&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So all in all i tried to combine several approaches to adress these requirements and also restrictions, however i am not sure anymore if the above outlined approach would be feasible at all. I hope that my description is not to confuse; in case anything is unclear or should be outlined in more detail please let me know.&lt;/P&gt;&lt;P&gt;Did anybody else try to address such requirements and succeeded?&lt;/P&gt;&lt;P&gt;Looking forward to any input for feedback :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Petter&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 14:32:47 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/power-bi-service-report-on-sharepoint-lists-with-multi-select/m-p/4462805#M347</guid>
      <dc:creator>CuriousProjectUser</dc:creator>
      <dc:date>2025-10-20T14:32:47Z</dc:date>
    </item>
    <item>
      <title>multiple like excel reports in Power BI</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/multiple-like-excel-reports-in-power-bi/m-p/4274746#M337</link>
      <description>&lt;P&gt;I have a report in Excel that is released once a week. During data cleaning I remove the top 5 rows. how do I automate this for every new document that is dropped into the folder as well as set the standard for all previous versions of the report.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2024 17:41:38 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/multiple-like-excel-reports-in-power-bi/m-p/4274746#M337</guid>
      <dc:creator>AiLearn2008AI</dc:creator>
      <dc:date>2024-10-19T17:41:38Z</dc:date>
    </item>
    <item>
      <title>SharePoint Lists and Folders for PBI Report.</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/sharepoint-lists-and-folders-for-pbi-report/m-p/4239417#M335</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For work we have an organizational SharePoint site. Within that site we have a page for each office.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have several reports that I must run each month and I am trying to decide on the best method.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Metadata vs SubFolders within a Document Library? I have tried metadata but the metadata field, named "ReportType" doesn't show in Power BI when I connect to "SharePoint Folder".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) SharePoint folder/file/list cleanup. When I connect to SharePoint there are many fields such as "Author" and "ID" that I am unfamiliar with, I just delete these .. is that the best practice?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Once the reports are built, I publish them to a workspace. Is it better, more secure or preferable to build a data flow in the workspace vs withing PBI Desktop?&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other advise? I utilize SharePoint Lists and Folders for work but need to learn the best practices.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Sep 2024 12:32:27 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/sharepoint-lists-and-folders-for-pbi-report/m-p/4239417#M335</guid>
      <dc:creator>AiLearn2008AI</dc:creator>
      <dc:date>2024-09-08T12:32:27Z</dc:date>
    </item>
    <item>
      <title>Need export SharePoint integrated Power BI Visualization to excel</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/need-export-sharepoint-integrated-power-bi-visualization-to/m-p/4184063#M333</link>
      <description>&lt;P&gt;To be able to pick date picker on a SharePoint List we used power BI integrated visualization. Once that Date picker range is used. need to export to excel.&amp;nbsp; Cannot find a way to achieve. Any solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 14:06:43 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/need-export-sharepoint-integrated-power-bi-visualization-to/m-p/4184063#M333</guid>
      <dc:creator>Steve_Witter</dc:creator>
      <dc:date>2024-07-05T14:06:43Z</dc:date>
    </item>
    <item>
      <title>Tablero para monitorear el uso de almacenamiento de sitios</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/tablero-para-monitorear-el-uso-de-almacenamiento-de-sitios/m-p/4049270#M325</link>
      <description>&lt;P&gt;Hola.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quisiera saber si hay alguna manera de generar un reporte en power bi desde el cual se pueda monitorear el uso de almacenamiento de todos los sitios de SharePoint de mi dominio.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 15:29:47 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/tablero-para-monitorear-el-uso-de-almacenamiento-de-sitios/m-p/4049270#M325</guid>
      <dc:creator>jeramirez</dc:creator>
      <dc:date>2024-02-05T15:29:47Z</dc:date>
    </item>
    <item>
      <title>I'm getting the below error when visualizing a List using the embedded PowerBi. I looked high and lo</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/i-m-getting-the-below-error-when-visualizing-a-list-using-the/m-p/3989642#M323</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;I'm getting the below error when visualizing a List using the embedded PowerBi. I looked high and low can couldn't find any information regarding status code 400.&amp;nbsp; A little help, please?&amp;nbsp; Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;We're having trouble visualizing your SharePoint list data right now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Activity ID: 18b7b8a7-c865-4bbe-ad55-f11f693d1c94&lt;BR /&gt;Request ID: b6fee20b-c8e4-e400-eaf6-6f4e3abec4f9&lt;BR /&gt;Correlation ID: be76456b-164a-0f69-752c-d55378453b66&lt;BR /&gt;Status code: 400&lt;BR /&gt;Time: Wed Nov 22 2023 12:17:55 GMT+0800 (Hong Kong Standard Time)&lt;BR /&gt;Service version: 13.0.22007.81&lt;BR /&gt;Client version: 2311.1.16680-train&lt;BR /&gt;Cluster URI: &lt;A href="https://wabi-north-europe-c-primary-redirect.analysis.windows.net/" target="_blank" rel="noopener"&gt;https://wabi-north-europe-c-primary-redirect.analysis.windows.net/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 04:20:33 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/i-m-getting-the-below-error-when-visualizing-a-list-using-the/m-p/3989642#M323</guid>
      <dc:creator>925stuart</dc:creator>
      <dc:date>2023-11-22T04:20:33Z</dc:date>
    </item>
    <item>
      <title>Retrieve Power BI report name into sharepoint list</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/retrieve-power-bi-report-name-into-sharepoint-list/m-p/3975916#M321</link>
      <description>&lt;P&gt;I have built a PowerBI dashboard feedback form using Microsoft Forms. I have connected the feedback form to a SharePoint list using Power Automate, so the customer feedback is saved in the SharePoint list.&lt;BR /&gt;The plan is to create a button on the powerBI dashboards for the customer to click on and fill out the MS form.&lt;BR /&gt;The only problem I have is that I need help to identify which report they are using when sending this form through. Can I generate the report name somewhere on the form to identify this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 09:59:17 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/retrieve-power-bi-report-name-into-sharepoint-list/m-p/3975916#M321</guid>
      <dc:creator>Elijah94</dc:creator>
      <dc:date>2023-11-08T09:59:17Z</dc:date>
    </item>
    <item>
      <title>how do i get last week sale for same period when I don't have the dates column</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/how-do-i-get-last-week-sale-for-same-period-when-i-don-t-have/m-p/3942081#M315</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have data in this format:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;One column has the year.&lt;/LI&gt;&lt;LI&gt;The second column has the period (12 periods in a year, but they are not the same as months, as they start on different dates).&lt;/LI&gt;&lt;LI&gt;The third column has the week number (every period has at least 4 weeks; some of them have 5 weeks).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm trying to create filters for the data:&lt;/P&gt;&lt;P&gt;The first filter is the year, followed by the period and then the week. The data I get after applying these filters is correct.&lt;/P&gt;&lt;P&gt;Now, I've tried using the 'sameperiodlastyear' function to retrieve data from the previous year with the same period and week, but it's not working. Can you please help me?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 15:12:37 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/how-do-i-get-last-week-sale-for-same-period-when-i-don-t-have/m-p/3942081#M315</guid>
      <dc:creator>sandeepvig</dc:creator>
      <dc:date>2023-09-29T15:12:37Z</dc:date>
    </item>
    <item>
      <title>Tutorial - Tenant-level usage metrics, site/subsite/list/library inventory with Power BI</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/tutorial-tenant-level-usage-metrics-site-subsite-list-library/m-p/3939590#M313</link>
      <description>&lt;P&gt;Hi folks, sharing this here because I think it might be useful to fellow SharePoint admins. Long story short, there's lots of good data in the OData feeds in SharePoint, and you can access those with Power BI. The feeds are site-level, but using a function you can take your query and have it iterate over all of your SharePoint sites to create a tenant-level set of reports and schedule refresh on that in the Power BI service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sites query has a lot of the same data you'll find in the admin center, so all-time/recent views, last modified date, site template, etc. The value-add here is that Power BI can get the&amp;nbsp;&lt;EM&gt;subsites&lt;/EM&gt;, which you will not see in the admin center. Since we're phasing out subsites, it's useful to get an inventory to see what needs to be replaced/moved/archived.&amp;nbsp;The lists query has item counts as well, which can be good for keeping an eye on things approaching the 5k list view threshold.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a couple videos on how to get started with this technique here, planning on adding more as time goes by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get sites and subsites:&amp;nbsp;&lt;A href="https://youtu.be/qYhXdNDnyfI" target="_blank"&gt;https://youtu.be/qYhXdNDnyfI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Get lists and libraries:&amp;nbsp;&lt;A href="https://youtu.be/_MHRH3EbSuk" target="_blank"&gt;https://youtu.be/_MHRH3EbSuk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Credit to Jordan Murphy as well, who figured out how to do this and asked me to share the technique. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 15:51:45 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/tutorial-tenant-level-usage-metrics-site-subsite-list-library/m-p/3939590#M313</guid>
      <dc:creator>christinepayton</dc:creator>
      <dc:date>2023-09-27T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Using calculated columns in sharepoint list in BI</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/using-calculated-columns-in-sharepoint-list-in-bi/m-p/3891496#M299</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a list on sharepoint where i have a start date and an end date, i am using a calculated column to work out how many working days are between the two dates. I then have a hidden column that always has the value 30 in it. The idea is that i multiply the days by 30 to get a total value. This all works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 issues that i feel are related, one simple and one more complicated (i think).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The first:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am wanting to have a total under the "amount to pay" column which holds the days * 30 - there is no option to add a total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am wanting to use power BI to create some dashboards for this data but there is no option to sum the values that have been created for "total to pay".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that this calculated value is not seen as a number that can have maths done to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;How can use a column with a calculated number to get totals and use in power BI to graph?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 16:08:54 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/using-calculated-columns-in-sharepoint-list-in-bi/m-p/3891496#M299</guid>
      <dc:creator>Adamhumbug</dc:creator>
      <dc:date>2023-08-04T16:08:54Z</dc:date>
    </item>
    <item>
      <title>Automating a Client Information Database with Appointment Info</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/automating-a-client-information-database-with-appointment-info/m-p/3889007#M298</link>
      <description>&lt;P&gt;Hey there!&lt;BR /&gt;&lt;BR /&gt;I currently have a sharepoint list to hold my team's client information (&lt;STRONG&gt;CI List&lt;/STRONG&gt;) and I'm looking at making one that holds all the info on appointments (i.e. length of appointments, how many, type of appointment etc.) (&lt;STRONG&gt;Appt List&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT size="2"&gt;Not sure if it's important but both of these lists take data straight from respective Forms.&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;For analysis purposes though, I'm hoping to find a way to compare information across the 2 lists. We use a common client ID for both lists but different information in both, one has demographic info, the other has appt info.&lt;BR /&gt;&lt;BR /&gt;An example of what I'd want to be able to find is how many appts did we have with male vs. female clients or how many of our clients accessing a certain type of appt have disabilities.&lt;BR /&gt;&lt;BR /&gt;I know that I could use the lookup column, but that sounds like an awfully manual way of doing it, with probably hundreds of clients by the time we run the data.&lt;BR /&gt;&lt;BR /&gt;I also know that a work around would be to have my team just fill in the demographic information into the &lt;STRONG&gt;Appt List&lt;/STRONG&gt;, but it seems like double-handling since we have that exact info nearby.&lt;BR /&gt;&lt;BR /&gt;I really appreciate any help the community can give me!!&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 23:24:53 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/automating-a-client-information-database-with-appointment-info/m-p/3889007#M298</guid>
      <dc:creator>LaurenM36</dc:creator>
      <dc:date>2023-08-01T23:24:53Z</dc:date>
    </item>
    <item>
      <title>Rolling fiscal year columns</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/rolling-fiscal-year-columns/m-p/3882892#M297</link>
      <description>&lt;P&gt;How can I use a date offset type functionality within a sharepoint list where I need fiscal period columns for -1,0,1 fiscal years? Data is queried into a PBI data model where cumulative data needs to be retained year over year by fiscal year and period. It could be a static table or hardcoded logic used to manually assign the current year as 0 each fiscal. This is an interim solution, but looking for a more practical way of managing rolling over fiscal years without adding 12 new columns each year.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 22:15:01 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/rolling-fiscal-year-columns/m-p/3882892#M297</guid>
      <dc:creator>jburnscameron</dc:creator>
      <dc:date>2023-07-24T22:15:01Z</dc:date>
    </item>
    <item>
      <title>Track Number of Days Item Spends in a Stage</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/track-number-of-days-item-spends-in-a-stage/m-p/3852061#M293</link>
      <description>&lt;P&gt;We are using a Sharepoint list to track individual items, each item sits within one of three stages. Each item can move forward a stage as well as backwards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to have a counter that will track the number of days and item spent in each stage?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 13:50:59 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/track-number-of-days-item-spends-in-a-stage/m-p/3852061#M293</guid>
      <dc:creator>SJCEE</dc:creator>
      <dc:date>2023-06-20T13:50:59Z</dc:date>
    </item>
    <item>
      <title>Intergrated Report Link?</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/intergrated-report-link/m-p/3845163#M292</link>
      <description>&lt;P&gt;I have used the quick funstion to create a POWER BI Report from an SP List but i cannot see this report in my POWER BI workspace nor when i try to embed the full link of the report into the site does it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you embed a generated report you never made?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 11:03:02 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/intergrated-report-link/m-p/3845163#M292</guid>
      <dc:creator>jamescosten</dc:creator>
      <dc:date>2023-06-12T11:03:02Z</dc:date>
    </item>
    <item>
      <title>SharePoint Online - Embed Power BI Reports</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/sharepoint-online-embed-power-bi-reports/m-p/3830739#M289</link>
      <description>&lt;P&gt;Hi SPO Team,&lt;/P&gt;&lt;P&gt;I have hundreds of &lt;STRONG&gt;power bi reports&lt;/STRONG&gt; that I need to &lt;STRONG&gt;embed into the SharePoint online&lt;/STRONG&gt; site. In Azure AD, four security groups have been created, so we can maintain the site access.&lt;/P&gt;&lt;P&gt;Do I need to create a hundred separate SharePoint pages to include those reports? Also, is it necessary to create four separate SPO Teams sites based on the security groups, or can it be done in a single SPO Teams site, so the O365 users can access those reports? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 23:30:33 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/sharepoint-online-embed-power-bi-reports/m-p/3830739#M289</guid>
      <dc:creator>TahmidBari</dc:creator>
      <dc:date>2023-05-24T23:30:33Z</dc:date>
    </item>
    <item>
      <title>Completeness of a product dossier (based on SharePoint)</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/completeness-of-a-product-dossier-based-on-sharepoint/m-p/3812435#M288</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have received this interesting question from one of our customers. They have a Microsoft 365 subscription that includes Microsoft 365 Business Premium and Power BI Pro. They are actively working in SharePoint Online, that's where they store all their data. I think this is a Business Intelligence related question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They import and export products and per product a standard set of documents should be created, i.e. a technical file, a test report, etc. They sell hundreds of products.&lt;/P&gt;&lt;P&gt;They would like to have a per product overview of how complete the dossier is, and make it measurable.&lt;/P&gt;&lt;P&gt;For example: The documentation for Product X is 75 percent complete, because the following documents are missing:&lt;/P&gt;&lt;P&gt;- X&lt;/P&gt;&lt;P&gt;- Y&lt;/P&gt;&lt;P&gt;- Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be feasible to generate such an overview in Microsoft 365?&lt;/P&gt;&lt;P&gt;Only thing I could think of is making sure there are content types created in SharePoint Online and leveraging managed metadata search.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all help provided!&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 09:55:08 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/completeness-of-a-product-dossier-based-on-sharepoint/m-p/3812435#M288</guid>
      <dc:creator>JoostvdLinden</dc:creator>
      <dc:date>2023-05-04T09:55:08Z</dc:date>
    </item>
    <item>
      <title>Connecting Power BI to SharePoint Online list with more than 12 lookup columns</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/connecting-power-bi-to-sharepoint-online-list-with-more-than-12/m-p/3740628#M287</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for consolidating different data sources in a Power BI report I need to connect to a SharePoint Online list, which currently includes more than 12 lookup-table based columns (mainly people picker).&lt;/P&gt;&lt;P&gt;Using the standard SharePoint.Tables connector in Power Query fails due to the general 12-lookup-based-fields-threshold in SharePoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any ideas how to approach this issue? An idea of mine would be to use the same approach as within SharePoint with distinct views only displaying part of the entire list scope and merging the views in Power Query, however, I don't know how to connect Power Query queries to individual views of SharePoint lists. Any ideas on that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand: is there a way to connect Power Query to a SharePoint API and directly request individual columns of a list?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your input (even some exhaustive documentation)!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Petter&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 06:54:52 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/connecting-power-bi-to-sharepoint-online-list-with-more-than-12/m-p/3740628#M287</guid>
      <dc:creator>CuriousProjectUser</dc:creator>
      <dc:date>2023-02-13T06:54:52Z</dc:date>
    </item>
    <item>
      <title>Enable Print but Restrict Download for PDFs  in SharePoint Online</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/enable-print-but-restrict-download-for-pdfs-in-sharepoint-online/m-p/3732757#M286</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a group of users who have view only or restricted view permissions on SharePoint online , we wanted these users to be able to print the PDFs but not download or bulk download them, is this possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried Information Right Management, Didn't work for me as I expected.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 04:44:47 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/enable-print-but-restrict-download-for-pdfs-in-sharepoint-online/m-p/3732757#M286</guid>
      <dc:creator>Vidit_Gholam</dc:creator>
      <dc:date>2023-02-03T04:44:47Z</dc:date>
    </item>
    <item>
      <title>Unable to filter for multiple values in column</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/unable-to-filter-for-multiple-values-in-column/m-p/3726283#M284</link>
      <description>&lt;P&gt;I am working in Power BI. I have Premium Capacity.&lt;/P&gt;&lt;P&gt;Source Data is Excel.&lt;/P&gt;&lt;P&gt;The source column has multiple values separated by semicolon.&lt;/P&gt;&lt;P&gt;This shows my scenario from left to right:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to return accurate results from the slicer if mulitple values are selected because the filter context only looks for a single value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;1] Create a separate table for the slicer default values, create relationship to source data table with both one to one and many to one cardinality&lt;/P&gt;&lt;P&gt;&amp;gt; the issue is the graphs from Population only show data where the column has a single value. It won't show the data where the column had multiple values or shows them all combined in their own bar.&lt;/P&gt;&lt;P&gt;2] create separate columns for Population so each value has its own column&lt;/P&gt;&lt;P&gt;&amp;gt; the issue is the filter only looks at the first column. It can caused missed data if the value was in columns 2,3,4,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There should be a way to deal with columns that have multiple values separated by semicolon, show only unique values in the slicer, but filter context needs to pass and return rows where any one or more slicer filter values is found in the one column in any order.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 23:04:42 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/unable-to-filter-for-multiple-values-in-column/m-p/3726283#M284</guid>
      <dc:creator>Acorn999</dc:creator>
      <dc:date>2023-01-26T23:04:42Z</dc:date>
    </item>
    <item>
      <title>how to export a sharepoint online power bi integrated report?</title>
      <link>https://techcommunity.microsoft.com/t5/sharepoint-bi/how-to-export-a-sharepoint-online-power-bi-integrated-report/m-p/3722929#M283</link>
      <description>&lt;P&gt;Is there really no way to take a dashboard youve made with sharepoint online power bi integration and export it to be used in desktop or even other SPO lists??????&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 16:37:27 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/sharepoint-bi/how-to-export-a-sharepoint-online-power-bi-integrated-report/m-p/3722929#M283</guid>
      <dc:creator>childishbambino</dc:creator>
      <dc:date>2023-01-23T16:37:27Z</dc:date>
    </item>
  </channel>
</rss>

