Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
158 views

I'm trying to tackle a requirement in AAS (Azure Analysis Service) tabular model. In the underlying data model (specific to a particular application), I've a Sales Fact table which joins with multiple ...
Ankur's user avatar
  • 11.8k
3 votes
1 answer
15k views

I have a table visual, where I am only displaying KPIs, so I wanted to fully disable the 'sort' option. By "fully disabled" I mean that when the pbix is published, not even letting a user ...
Chicago1988's user avatar
0 votes
1 answer
266 views

I wanted to do achieve this “sql” code in a DAX variable Select WeekYearWeekNumber from DimDate where Date = today()+7 How can achieve it? So far I have this code, but it doesn’t work because nextw ...
Chicago1988's user avatar
1 vote
2 answers
1k views

Is there any easy way to programmatically retrieve a list of SSAS Server Admins? I would love a simple list of: domain\user1 domain\user2 I can manually get a list in SSMS by connecting to SSAS, ...
TheRizza's user avatar
  • 2,102
0 votes
1 answer
281 views

I want to know the difference between implementing RLS or DRLS in SSAS vs Power BI. If we are implementing it in SSAS tabular should we implement it in the Power BI also ? We are using an SSAS tabular ...
user avatar
0 votes
2 answers
94 views

I have a ssas tabular cube. I have a question regarding formatting here: I have number 1,000,000,000.5 By using format: #,##0,.0 it gets displayed as: 1,000,000.5 I have 2 questions: What's the logic?...
Chicago1988's user avatar
2 votes
2 answers
4k views

I am accessing a SSAS DMV through Power Query in Excel via: let Source = AnalysisServices.Database(TabularServerName, TabularDBName, [Query="select * from $SYSTEM....
TheRizza's user avatar
  • 2,102
0 votes
1 answer
78 views

We use Excel from Office 365 with a SQL Server 2019 Tabular model I have a "strange" behaviour of Excel Pivot regarding the level at which calculations are requested from DAX. I create 3 ...
Eric Mamet's user avatar
  • 3,795
0 votes
0 answers
64 views

We use Excel from Office 365 with a SQL Server 2019 Tabular model I have a "strange" behaviour of Excel Pivot regarding the level at which calculations are requested from DAX. We have a ...
Eric Mamet's user avatar
  • 3,795
2 votes
1 answer
2k views

I am working on SSAS Tabular project and I am using Live Connection when importing data to Power BI. Do I need to schedule refresh in Power BI ?
Martin James's user avatar
0 votes
2 answers
2k views

I have a rudimentary question, when connecting an SSAS-TM (SQL Server Analysis Services - Tabular Model) database (on-premise) in my own local machine to my Power BI Desktop (also in my local machine) ...
user3812887's user avatar
1 vote
0 answers
81 views

Am having 2001,2002 and 2003 years of data in the SSAS server. Without using where clause and filters I need to get the aggregated data using the IIF function in the MDX query for a particular date ...
TAMILARASAN R's user avatar
0 votes
0 answers
978 views

We are currently using on-premises SSAS-Tabular cubes feeding from the Snowflake Cloud database. We achieve this using ODBC Drivers to Snowflake. So far so good but it requires setting up an ODBC ...
Eric Mamet's user avatar
  • 3,795
0 votes
1 answer
123 views

I have a date dimension table and a table that contains the latest date available (only 1 row). There is no relationship between these 2 tables. I'm trying to create a calculated column in Date ...
kayeesp's user avatar
  • 55
0 votes
1 answer
357 views

I have installed SSAS tabular(2019) on my laptop and Power BI desktop (September 2021) I make a project and deploy then I can see it in the SSMS when I connect to the analysis service. In power bi ...
yalda sana's user avatar
0 votes
1 answer
193 views

Is there any wa to get the debug of the created DAX final formulas in a tabular model?
Martin James's user avatar
0 votes
1 answer
47 views

I have a table with different measures and columns, including columns account number, account group, and a measure called Totalsum. I want to add a column called Income with the following 4-row names. ...
hana's user avatar
  • 121
0 votes
1 answer
719 views

I have an event fact table that is related to Date dimension through date_key and Event Type dimension though event_key (I use SSAS Tabular Model). I want to get the max date in a fact table with ...
kayeesp's user avatar
  • 55
0 votes
1 answer
369 views

I have an Azure SQL database with some fact tables. I have an SSAS Tabular Cube on an Azure Analysis Services database running on the same subscription. The cube's source database is the Azure SQL ...
JJK's user avatar
  • 25
1 vote
1 answer
346 views

I am working on an Excel report connected to a SSAS model. We need to save the excel spreadsheet as a static Excel file, it means, not connected anymore to the SSAS model. I am using Excel 2016. Is ...
Mat.B's user avatar
  • 31
0 votes
1 answer
35 views

I needed to replace this measure: CALCULATE([GM % YTD], SAMEPERIODLASTYEAR('Date'[Date])) By this one: VAR VAR1 = ADDCOLUMNS( VALUES(Revenue[Key_Client]), "Col1", ...
Chicago1988's user avatar
0 votes
1 answer
94 views

I am trying to implement Relative-Time-Slicer-and-Filter microsoft documentation steps; I couldn't find a sample data that would help me to achieve this. Could anyone please help me find the a sample ...
Techchamp Pgm's user avatar
1 vote
0 answers
35 views

I have a ClientType dimension connected to Date dim. (ClientType table has columns: ClientNo, Year and Type) In the pbix  I use a filter on: Date dim, on year, which correctly filters my fact in the ...
Chicago1988's user avatar
1 vote
0 answers
59 views

I am working on a pbix that consumes from a SSAS cube: I have a fact with Revenue; and dimensions: Date, Client, ClientType. ClientType table: For each Year, each customer has a Type. In the pbix, a ...
Chicago1988's user avatar
0 votes
0 answers
317 views

I have a model with DimCustomer, DimSegment and FactRevenue. For most cases each customer is associated with a single segment. There are a handful of Customers, that have two Segments… Therefore, in ...
Chicago1988's user avatar

1
3 4
5
6 7
19