Error processing the Azure analysis server model from SSMS - ssms

Analysis server model was created using the Power BI.
Uploaded the model to the Azure Analysis Server.
Connected to the Azure Analysis Server from SSMS 2017
Tried to process full and got the following error.
Error
"An M partition uses a data function which results in access to a data source
different from those defined in the model"
Any help? Thank you

Related

Error while creating backup of SQL Azure with Data Tier Application Wizard

I am trying to create a backup of a SQL Azure database with Data tier application wizard of SQL management Studio but I obtain a lot of errors like the following:
One or more unsopported elements were found in the schema used as part of a data package error sql 71501....
Any hint on how to solve this error?
I found something on Microsoft techcommunity posted by Azure DB support team which may help you:
https://techcommunity.microsoft.com/t5/azure-database-support-blog/exporting-a-database-that-is-was-used-as-sql-data-sync-metadata/ba-p/369062
You can also consider Export to a BACPAC file - Azure SQL Database and Azure SQL Managed Instance.

Power BI Service to GCP (BigQuery)

I have created this power bi report with data in GCP-BigQuery and once is deployed in app.powerbi.com i get this weird error in datasets when i run the report.
Not sure what it is ... anyone seeing this error with datasource as Big query ??
Error " Failed to update data source credentials: [DataSource.Error] Web.Contents failed to get contents from 'https://www.googleapis.com/oauth2/v4/token' (400): Bad Request"
It works fine on power bi desktop but NOT on service ? ?
enter image description here
Do you have a gateway on Power BI Service or a Premium workspace?
If yes, you need to define the connector in Power BI Service to refresh the dataset reading data from GCP.
If not, you need one of those two.
I had a similar problem, authorization from incognito mode helped me

SSDT tabular model data loading / ID error

I am new to Visual studio, and I am in the process of building my first tabular model in Visual studio, have been using powerBI for a year or so.
I have an Azure SQL database setup, with data tables. I can access the database fine through SSMS, Power BI etc fine. I can also access the data fine when using the data model on the workspace server rather than an integrated workspace with VS.
When using the model in integrated workspace mode, when I use "Getting data" through power query in my tabular project in visual studio, I can login into the database fine, I can preview the various data tables and open them in power query / transform etc. However, when I try to import the data - it can get past stage one of the processing - and I get the following error
“Failed to save modifications to the server. Error returned: 'OLE DB
or ODBC error: We're sorry, an error occurred during evaluation..”
Which leaves me with a table with headers for the columns - but no actual rows of data.
When I revert the data model back to workspace server (i.e. integrated workspace set to false) - I can upload / refresh the data.
So I was happily building my model on the workspace server - HOWEVER - when I came to adding roles and user to those roles - I cannot use the workspace server - or I get an ID error - as I am using an Azure AD. - see below
An error occurred while opening the model on the workspace database.
Reason: Failed to save modifications to the server. Error returned:
'ID cannot be specified for Azure Analysis Services role member:
'member#domain'.
This ID error is fixed when I use an integrated workspace - as recommended - but then I can't load the data in.
So I am stuck between:
integrated workspace with no data
workspace server - without the ability to add AzureAD IDs
Any help with either of the issues would be much appreciated
Thanks,
Laurence
I work with VS 2017 and experience exactly the same issue. I use SSDT compability level 1400.
I appears that simply run Visual Studio as administrator solves the issue with Integrated server.
Accidentally found this solution, I saw earlier some people had solved inability to connect to workspace server without admin rights.

Connecting to Azure SQL database from "Execute R Script" module in "Azure Machine Learning Studio"

I have already set up an Azure SQL Database and loaded results into it form my local machine via R (RODBC) successfully. I can do queries in R Studio with no problem.
However when I use the same code in Execute R script module in the ML studio, I get an error that the connection is not open.
What do I need to change? Have tried different strings for the driver with no avail.
The reason Reader or Import Data module is not working for my case is that I am creating an API that provides me with the information to query the database before doing analytics. The database is very big and I do not want to load whole table and then use project columns, etc.
Any help is really appreciated
Thanks all
RODBC in Execute R Script is not supported. You can use an Import Data (aka. Reader) module, and mark the query string as a web service parameter, if you need to dynamically inject the query.

Analysis Services - cube on different server to source data

I'm trying to create an analysis service cube.
The source data for the dimensions etc is coming from tables on a Sql Server 2000 box.
I want to create the cube though on a sql server 2008r2 box.
How do i do this? BIDS seems to want to put the cube in the same place as the data feed? Does that source data have to be on the same server as the cube?
The source data can be located anywhere. The connection string in your data source defines where the data is read from. Set the deployment server in your project properties to tell BIDS where to deploy the cube to.