import
13 TopicsExporting and importing Sharepoint Sites tenant to tenant
Hello everyone, I am still working on enabling the export and import of a SharePoint page between tenants. I've set up a SharePoint site with various security groups, flows, forms, and PowerApps linked together to collaborate. I've noticed that through Power Admin, flows and PowerApps can be saved. However, SharePoint sites cannot be saved using this method. I found the following site that has helped me a bit further: https://pnp.github.io/script-samples/spo-export-site-all-content/README.html?tabs=pnpps. It contains a PowerShell script. The issue with this script is that it exports and imports the list names but only adds the column headers for one list. Additionally, it doesn't include the SharePoint pages. From what I understand by reading the site where this code is hosted, it should be able to do so. Can anyone help me further or indicate what I might be doing wrong or suggest an alternative method? Thanks in advance! LisanneSolved2.9KViews0likes2Commentsexporting and importing sharepoint sites
Good morning everyone! I've set up a SharePoint site with various security groups, flows, forms, and PowerApps linked together to collaborate. What I'd like to achieve is the ability to export this setup and import it into another environment. I've noticed that through Power Admin, flows and PowerApps can be saved. However, SharePoint sites cannot be saved using this method. I've read online that this might be achievable with PowerShell using the Export-SPWeb command. However, I'm not entirely clear on the exact steps to follow. Does anyone have experience with exporting and importing SharePoint sites? Could you please provide a step-by-step guide on how to do this? If there's an alternative method other than the command mentioned above, I'd also appreciate hearing about it. Thank you in advance!3.3KViews0likes3CommentsServer refresh gives Table not found error but fine in desktop
I'm trying to set up my scheduled refresh for my PowerBI report - the connection is an ODBC on import, I have the required drivers and get a green check when I test the connection, however when I refresh I get the following error: SessionID: b5ba2f83-45cb-4fab-8a0e-8a79b6cdbf0c [0] -1055784932: DataSource.Error: ODBC: ERROR [42S02] [Cache ODBC][State : S0002][Native Code 30] [D:\Program Files\Microsoft Power BI Report Server\PBIRS\ASEngine\MDataEngine\Mi] [SQLCODE: <-30>:<Table or view not found>] [Location: <Prepare>] [%msg: < Table 'DBO.DSKILLSETSTAT' not found>]. DataSourceKind = Odbc. DataSourcePath = dsn=MYDSNLOCATION. OdbcErrors = #table({"SQLState", "NativeError", "Message"}, {}). . The exception was raised by the IDbCommand interface. [1] -1055784932: The command has been canceled.. The exception was raised by the IDbCommand interface. [2] -1055129594: The current operation was cancelled because another operation in the transaction failed. [3] -1055784932: The command has been canceled.. The exception was raised by the IDbCommand interface. [4] -1055784932: The command has been canceled.. The exception was raised by the IDbCommand interface. My refresh works just fine in PowerBI desktop, no issues with queries on any tables, it's clearly connecting to the source ok, I'm not sure what I'm missing. I can refresh and save the updated file in desktop and the report data refreshes on server. I'm not sure how or why it can't find the table any more. Here's a snip of the connection structure if I'm creating a new source - the table being queried is called dSkillsetStat in the dbo folder774Views0likes0CommentsPaginated reports - stored procedures
Hi guys! I am currently working in an enviroment with: - PBRS -import mode - and an ODBC connector to a database that I'm not allowed to name. The problem is that currently we have to load tables with 20-100 million rows of data and sometimes we have columns where 1 cell contains ~20 pages long strings. We were looking for solutions (unfortunatelly Direct Query is not an option with this database and connector) to make the import faster. I have come accross paginated reports and stored procedures. How is this really works with import mode ? The user can choose from parameters and the paginated report only imports the data that is filtered ? Or it imports firstly everything? Thank you for your help in advance and have a nice day!Solved3.3KViews0likes2CommentsPBI Report - Windows Authentication "As User Viewing the report" Import mode
Is it possible to configure PBI Reports with "Import Mode" Datasource to use windows authentication "as the user viewing the report"? I know it's possible with Direct Query Reports but with Import Mode Reports I can only use windows authentication when I explicitly set a windows username and password, which is not what I am trying to achieve. I tried changing the datasource with Rest API and add "Integrated" to "SupportedAuthTypes" and set "AuthType" to "Integrated" but it returns 400 Bad Request.Solved3.7KViews0likes5CommentsStored Procedure
Hi, I've been following the below link to get a SP into Power BI with parameters and managed to get so far but when invoking I'm getting this error message: I've looked at the query and can't for the life of me see where this error is. I'm sure it's very obvious so any help would be greatly appreciated. let SQLSource = (SiteId as number, Location as text, Retailer as text) => let Source = Sql.Database("NAV17-DR2", "PW-Reports", [Query="EXEC [planning].[Supply and Demand Extra Day - Report Data '" & Number.ToText(SiteId) & "', '" & (Location) & "','" & (Retailer) & "' #(lf)#(lf)#(lf)#(lf)#(lf)#(lf)"]) in Source in SQLSource https://www.c-sharpcorner.com/article/execute-sql-server-stored-procedure-with-user-parameter-in-power-bi/ Thanks in advanceSolved1.2KViews0likes2CommentsPBI Report Server: import mode & data encryption
Hello, If I adopt import mode, the report is saved in Power BI Report Server. Is the report encrypted by default? Where is stored the report in the server? My report contains data affected by confidentiality information and I I have to guarantee encrypted data. Thanks for support, Marco.719Views0likes0CommentsAutomatic page refresh in power bi report server
i need to achieve 15 minutes page refresh such that it should refresh automatically and not by manually clicking on any button. The report needs to be viewed on a screen and no user will be interacting with it and it should refresh automatically. Am using import method in my data connection.2.4KViews0likes2CommentsWhere is data cached? (SQL Import Mode)
Hello - I am trying to understand where the cache for my datasets lives in the PowerBI service. I'll be refreshing on a schedule with an on premises data gateway, and need to know if the cache lives on the gateway pc, somewhere in the cloud, or elsewhere. Thanks in advance, JMSolved1.4KViews0likes1CommentDirect Query limitations vs Import
Hello, I am new to PBI Report Server and to DirectQuery. I have used PBI for about 2 years and have always parked my data in a folder somewhere. I have queried my data (import) from my parking location. Everything worked well. I have quickly learned that when using DirectQuery I cannot create a table. I should be able to create a table if I convert my query from DirectQuery to Import. I tried this and it resulted in some failure and corrupted my file (there's a nut loose behind my computer so I'll blame it on that) (that's an attempt at humor). It also appears that when using PBI Report Server all DAX functions are not available. Is this correct? In my case, I closed query editor and applied pending changes. Since I cannot create a calendar table when using DirectQuery, I created new column. I want to separate and format the month from my date column. When I type FORMAT, the function does not appear. MONTH appears to convert month into a month number, and YEAR appears to give me a 4 digit year, but FORMAT does not appear to convert month into an abbreviated text version of the month. Is the absence of FORMAT a limitation of the use of DirectQuery or is it a limitation of PBI Report Server? Is there a list of functions that are not available in PBI Report Server? Please help with coffee, some form of carbohydrates (donuts, cookies), and a DAX solution. : ) Thx in advance for all your help. Sincerely, Rich Ard, Houston, TexasSolved3.1KViews0likes2Comments