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

I have VBA code, coded by someone else, to filter an OLAP pivot table. I want to filter for multiple trade dates rather than one. I am aware that .CurrentPageName doesn't allow for multiple values. ...
Originalcntent's user avatar
0 votes
0 answers
72 views

I am currently studying MDX language to query data in Cube. While reading the documentation for the MDX GENERATE function, I encountered some confusion about how it works. Here is some context about ...
Duy Phạm's user avatar
1 vote
1 answer
605 views

I’m working on a Cube.js project where I need to configure pre-aggregations to refresh at regular intervals, specifically every 12 hours or at a specific time like 4:00 AM UTC. I’ve set up a cube to ...
Abdellah-ELAAROUB's user avatar
0 votes
0 answers
45 views

I've got solution for the aggregations I'm looking for, however I believe there is a shorter way to achieve same output with a single query. The engine is RedShift. select a ,null as b ...
freebench's user avatar
0 votes
0 answers
694 views

I am trying to connect to my local database Comms from Visual Studio on an analysis services project for creating a cube. When I make connection on data source and test the connection I get this error ...
Mohamed Jmal's user avatar
-3 votes
1 answer
43 views

i cant seem to change the brand name for total product example is Apple to Grand Total for Apple I am having a problem with my code this is my code SELECT Month(PurchaseDate) AS 'Month',CASE WHEN ...
Kelvin Fortin's user avatar
0 votes
0 answers
66 views

I would like to create report as below: https://i.sstatic.net/b5VCe.png The first section of columns contain costs of: November 2020 November 2021 November budget 2021 The second section of colums ...
Robert Wójtowicz's user avatar
1 vote
0 answers
43 views

I have defined a cube with a hieararchy of Dates such: Year is a top level then there's Month level. I have deployed the cube using SSAS VS 2022 and SQL Server 2019. But when I query it using the ...
Sam's user avatar
  • 581
1 vote
1 answer
386 views

I'm trying to understand how processing a cube in default mode vs. a full process is different for SQL Server Olap cubes. This article gives a brief description of each https://learn.microsoft.com/en-...
user8675309's user avatar
0 votes
1 answer
62 views

I want to write an mdx query with a calculated Measure. Here is my fact table: How to implement a mesaure with the rule below : If CurrentAtt != PreviousAtt then PreviousValue else CurrentValue Thank ...
tarikqazza's user avatar
0 votes
0 answers
303 views

I am trying to implement OLAP queries in MySql. Here is a relation that I am trying to implement queries on Cart(product_name,shipper_name,quantity). I tried running the following query: select ...
heavycomder's user avatar
0 votes
1 answer
184 views

Im having to create a procedure/Function that returns an mdx query. This query is supposed to return a metric that is based on a year in a date range. EX- if a user asks for data from 2021-03-01 to ...
user8675309's user avatar
1 vote
1 answer
751 views

I have a created a cube with different tables - Product Master,Sales Details,Calendar table. I want to apply filter to cubeset function of Excel, using MDX expression. I'm confused & result are ...
Kalpesh Kothari's user avatar
1 vote
1 answer
157 views

Is is possible to have a calculated member that shows text instead of numerical values.For instance, classifying customers by the product they bought into Platinum, gold, silver and bronze. Is it ...
user9913710's user avatar
0 votes
1 answer
554 views

I'm using heavily loaded Redshift cluster with some complex views that joins huge tables, during the pick hours many user query these views which is causing some performance issues, I used metalized ...
Sam's user avatar
  • 456
0 votes
1 answer
264 views

My Excel pivot table connects to external data source (OLAP cube) via windows authentication. I would like to make changes to my pivot table and share/publish the workbook. Since there is row security ...
emanuelbacigala's user avatar
3 votes
1 answer
99 views

I have bellow output of cube date value ---- ----------- 2021-01-06 10 2021-01-07 Null 2021-01-08 Null 2021-01-09 15 2021-01-10 18 2021-01-11 25 My question is, ...
Mohammadreza Khedri's user avatar
0 votes
1 answer
415 views

I searched and found that there is only SQL server (Microsoft) that can execute MDX queries, and unfortunately it is not compatible with macOS. Are there relative apps or environments that I could ...
Amen Bouallagui's user avatar
-1 votes
1 answer
691 views

Do you have any clues why excel is presenting more dimention members when i add measures to grid? When there is no measure selected then there is for example 3 members visible, when I add some measure ...
skk's user avatar
  • 55
1 vote
1 answer
603 views

I have there tables: Artikal (eng. Item) Grupa (eng. Group) Potrosnja (eng. Consumption) Potrosnja is my Measure table and Artikal is Dimension. Grupa contains also a parent-child relationship ...
Luka Otočan's user avatar
1 vote
0 answers
31 views

help with MDX query please i need to calculated stock pcs for current member as sum of SAME region and only for distribution centers for example first row Object = 'WH_1' Region = 'A' i need to get ...
Antonio's user avatar
  • 51
0 votes
0 answers
205 views

Hi I was wondering if there was a way to apply two conditions to an Excel 365 CubeMember function. I currently have an old query that was poorly written and fails when when there are two sub account ...
Eagle1's user avatar
  • 13
1 vote
2 answers
8k views

I am new to Business Inteligence and powerBI I understand the need of warehouses and dimension modeling My question is once the datawarehouse is created (in my case using oracle) i can connect it to ...
Chanfir's user avatar
  • 73
1 vote
1 answer
459 views

I have an OLAP cube with many dimensions. I am trying to retrieve related data from two of them. The problem is that this cube does not have any measures, so I'm not sure how to work with it. As a ...
xLokos's user avatar
  • 109
1 vote
1 answer
1k views

I have access to our database through an OLAP pivottable. I often want to filter based on multiple client numbers (which are not continuous). The client list is so long, however, that trying to scroll ...
zac's user avatar
  • 61

1
2 3 4 5
17