Content
Is there a approach to delta load to SSAS Tabular model ?
I have a Scenario , Where i refresh the cube (Process FULL or Process DATA) at certain interval, However my goal is to achieve incremental delta load to the partitions by allowing the partition to be refreshed with newly added data . The process ADD…


Tabular model creates two databases using visual studio
Hello Experts, When I use the visual studio to deploy my tabular model it creates two databases. It looks like both databases have the exact same copies. I am not sure which one to use. Can you give me some insights on this. Do we know why there two…


How to deploy and refresh tabular model with AAD datasource
I have a customer looking to deploy an Azure Analysis Services (AAS) tabular model using Azure DevOps. However the underlying database is a Synapse Lake Database which does not support SQL authentication. All the examples seem to be for sql auth. They…


Azure Analysis Services S9 pricing tier is missing
Hi , I had recently upgraded the pricing tier of my Azure analysis services from S9 to S9v2 to check the performance. Since S9v2 incurs more cost , i wanted to scale down back to S9. But now the S9 pricing tier is not at all available in Azure portal…


How to stop cube processing that was triggered from ADF web activity
I have created ADF pipeline to process tabular model in AAS using web activity (By referring the url https://github.com/furmangg/automating-azure-analysis-services/blob/master/ADFv2/ProcessAzureAS.json). As web activity is an asynchronous call to process…


processing aas tabular model in visual studio results in two tabular databases with a model in each
Hi, when i build, deploy and process my Azure Analysis Services Tabular Model in Visual Studio and connect PowerBI to it, i always see two Tabular Databases. One has the normal expected name and the other one has a string attached to it. It looks like a…


How to create field parameters at the Azure Analytic services model?
I'm trying to create a tabular model at the Visual Studio that has field parameters at the power BI side. I have to create the model at the visual studio and I'm not sure is this a limitation from AAS or power BI? I found this solution but not…


Criar partições no modelo do Azure Analysis Services via SMSS
Estou tentando criar partições de uma tabela usando o modelo do Azure Analysis Services, porém me retorna o seguinte erro: " Failed to save modifications to the server. Error returned: 'An error occurred during On-Premise Gateway related activity.…


SQL Auth for AAS
We have an azure analysis service with firewall enabled. So to refresh a powerbi report, accessing AAS I need a gateway. We have MFA enabled on our accounts so we are unable to set up the gateway. So is there are any other way like SQL accounts…


Copy data from AAS via ADF
I have a requirement wherein I need to copy data from AAS via ADF and I am following the below blog : https://datasharkx.wordpress.com/2021/03/16/copy-data-from-ssas-aas-through-azure-data-factory/ But we have a scenario wherein we have MFA…


Tabular model calculation item Ordinal property not changing
I am using Visual studio 2019 and SSDT to develop a tabular model. I have created calculated groups and calculated items. I have also created an Ordinal column to sort the calculated items by a certain order When I set the Ordinal property of a…


Can't connect to azure analysis services with python and azure function using azure active directory.
Hi, iam trying to connect azure analysis services to query a tabular model using an azure function which is coded with python. The authorization is working through azure active directory and i setup oauth in my python script with token requests. The…


Installing on-premise-data-gateway on Azure Virtual machine
We need to install on-premise-data-gateway on Azure Virtual machine (VM) and mainly while configuring which instance of Azure Virtual machine (VM) is preferred.


IP Address whitelisting in Azure Analysis Services for ADF SSIS-IR
We have the following simplified resources setup in Azure. There are SSIS pkgs which deploys and processes tabular models .bim files as XMLA scripts to AAS. The Firewall has been enabled in the AAS and the IP address of the SSIS IR is whitelisted. …


Is there an Azure SaaS or Plugin with WYSIWYG for building SQL queries and reports?
I am looking for SaaS solution to allow my end users to access and query their SQL data, to create BI charts and reports, etc. However, it must have a solution for complete SQL Illiterates (WYSIWYG). I found something called DataPine which is located in…


Conversion overflows error in Analysis Services (Tabular)
Analysis Data Model Processing Failure.


Building a Data Dictionary for a Tabular Model
I used to have some SQL Server queries I could use to create a bus matrix & data dictionary from my old MDX cube through a linked server. We are now using Tabular Models in Azure Analysis Services and I was wondering if there are a similar set of…


How to ensure that my AAS tabular model is using AAS server processing power and not local system processing power while refreshing/processing the model?
Hi , We have created a tabular model using visual studio for 8 million records currently which took 2 hours. We have around 200-300 million records for which we want to create the tabular model to perform some load testing. What is the best way to create…


Migrate dimensions in cubes to tabular
Hi Experts, I'm trying to replicate multidimensional cubes in tabular in order to deploy them on Azure. Now I'm trying to re-create the hierarchies in each view. In tabular each hierarchy level has a source column, does it correspond to Key Column or…
How to process data from sql server to azure analysis service without getting timeout?
Hello! Every day, I need to process data from SQL Server to Azure Analysis Services (which I use as a data source for my Power BI report). I have set up a runbook in Azure that uses a PowerShell script to accomplish this. I followed this tutorial:…

