Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
62 views

I have connected my SSAS with MS Excel and all the dax which i am running is working fine . Image of DAX result in MS Excel But when i am connecting the SSAS with Power BI it is not running as ...
user10433098's user avatar
0 votes
2 answers
57 views

I am using SSAS Tabular 2022 and has model as below: The total amount is calculated as Total Amount:= sum(Amount[Amount]) When I view in Excel and filter the model by the Year-Month-Date, the first ...
Vincent's user avatar
0 votes
1 answer
205 views

I'm successfully connecting to a Power BI Service instance to run commands from C# code using AdomdConnection and have problems connecting to the same Power BI Service instance with Microsoft....
ps0604's user avatar
  • 1,217
0 votes
1 answer
37 views

In SSAS I have this simple scheme with a list of partners with their tags and the directory of tags. With this scheme, filtering by tags works on the principle "OR" - one of the tags ...
Дмитрий Мыльч's user avatar
1 vote
1 answer
431 views

We are trying to deploy Azure SSAS Tabular model to the server in and getting an error: outputstringnopump must be called on the UI thread The "Processing Option" is set to "Do Not ...
Lev Gelman's user avatar
0 votes
0 answers
102 views

I have TMSL code which looks something like this: { "createOrReplace": { "object": { "database": "TabularProject1" }, "database": {...
Hammad Ahmed's user avatar
0 votes
1 answer
445 views

I need help resolving a problem in SSAS. I developed a tabular model in Visual Studio (Professional 2022, with the Microsoft Analysis Services Projects extension installed). My model is small. So, ...
skyline01's user avatar
  • 2,173
0 votes
1 answer
204 views

I have on localhost SQL Server 2019 (1500 compatibilty level) , with SSAS tabular. AdventureWorksDW2019 DB VS community edition Version 17.12.3 (with latest SSAS extension) - 2022 Before I worked ...
Fedor's user avatar
  • 11
0 votes
0 answers
105 views

I'm adding row-level security to a tabular model using Visual Studio. The data will be processed and stored in Azure and analyzed in Excel. Somehow, I'm not sure how yet, the Azure component means ...
Vesper Annstas's user avatar
0 votes
0 answers
79 views

I have a application written in C# that amongst other things connects to a Azure Analysis Service and moves and alerts tabular cubes, once of the functions I run is a "hotswap" function ...
David Rogers's user avatar
  • 2,743
0 votes
1 answer
92 views

I'm trying to change the expression of an existing measure in a Power BI Semantic Model using Invoke-AsCmd in PowerShell. I have not been able to find any examples of this. What I have so far is this ...
saviourofdp's user avatar
0 votes
2 answers
42 views

Is there a way to reduce my syntax into single Calculate DistinctCount? My query CALCULATE( ( CALCULATE( DISTINCTCOUNT('Sales Invoice'[Customer Code]), DATESBETWEEN(DimDate[...
Jayz's user avatar
  • 1
1 vote
1 answer
46 views

I have a database in Analysis Services Tabular and a table with direct query. When I'm creating a table (without relationships and nothing stranger) and after I do a simple query against that table ...
Alberto Gentilcore's user avatar
0 votes
0 answers
378 views

When I try deploying my tabular model on visual studio 2022, it shows validating credentials and then DEPLOY FAILED with no error message of what made the deployment failed. How do I fix this please. ...
Lawrence's user avatar
0 votes
1 answer
74 views

I am trying to filter a column in an SSAS cube pivot table. I want to exclude only two identified values from that column, and select all the rest values. Somehow my code is excluding many other ...
ZelelB's user avatar
  • 2,018
0 votes
1 answer
42 views

I have two dimension, say "Dimension1" and "Dimension2" in the SSAS cube. I would like to add a derived column in Dimension1 lets say col3 with the logic coalesce (Dimension1.col1, ...
Arun Parmar's user avatar
0 votes
1 answer
25 views

I'm using import data from the Analysis Services to excel . Is there an option to not show the dimension in front of the column name on my tabular table? I will try search in properties of dimension ...
Natalie Robles's user avatar
0 votes
1 answer
104 views

I write you because I have a SSAS instance with many models deployed. I need to extract the information about data connections of all tabular models. To make an example: I have three models, A, B, C. ...
matteo.locci's user avatar
-1 votes
1 answer
85 views

I created a table using SUMMARIZECOLUMNS in dax studio.It works. But when I added the table in my SSAS tabular cube using tabular editor by right click add a calculated table. When I copy the code in ...
Linus's user avatar
  • 91
2 votes
2 answers
106 views

SQL Server Analysis Services Multidimensional Model had a functionality to exclude attribute values by default, even though they were not part of any selection. The result would be that records with ...
Menno's user avatar
  • 12.8k
0 votes
1 answer
513 views

I'm trying to switch the sql server analysis services to multidimensional since I'm getting an error in visual studio when I try to deploy my analysis project that says I can't deploy the model ...
Youri's user avatar
  • 311
0 votes
1 answer
52 views

I am trying to create a single KPI for support ticket age, but the status needs to take into consideration the "Status Category". I am struggling to figure out how I would set a single KPI ...
John's user avatar
  • 323
1 vote
1 answer
581 views

I have been experiencing a problem when deploying Tabular model from my local machine to a different server (Server X). The error message I am getting is this one: Basically what I am doing is ...
Ivan's user avatar
  • 11
0 votes
1 answer
544 views

I am currently working with a BI environment that was developed by a service provider for my company. The infrastructure uses SQL Server 2019 (developer edition) and employs a BI architecture that ...
wald's user avatar
  • 103
0 votes
1 answer
49 views

I'm currently working on an Excel file that includes external links to my CUBE. Within my cube, there's a Row-Level Security (RLS) function implemented to ensure that a manager can only view data ...
Kais's user avatar
  • 77

1
2 3 4 5
19