Hi,I'm very new at SSAS. So I hope I am able to explain my problem with SSAS.I have a table in SQL server with the following tables:maintable:SampleID (int) prim. keyCountry (var)Analyten (var)ResultValue (int)date (date)...analytentable:ID (int) prim. keyAnalyten (var)UpperLimit (int)In SSAS I imported the tables to use them as dimensions. I also have a timetable.So now what I try to reach is, if the ResultValue from the maintable is higher than the UpperLimit in the analytentable, it should be displayed in Excel. If other "Analyten" are under the UpperLimit, they should be not displayed.I don't know what is the best way to receive this goal. With MDX, Measures, ...? Have someone a solution for me?Thanks in advance!!!rb
↧