luirubio wrote:I'm not familiar with the concept of attributes but I'm reading it now, the thing is, Cubes built with dimensions right? But how do I link this cubes data? or should I create a New Cube that contains the dimension that I want? How about the measures?
Yes, cubes are built from dimensions. And dimensions contain elements formed into hierarchies and those elements can also have attributes. Take you cube - resflight - you don't have to use every column in your source table and make a dimension from it. Some of those columns are going to be element attributes. For example, you have 10 dimensions in your cube relating to either date or time. Not that you have to be like everyone else, but a lot of cubes have only 1 or 2 time dimensions for reporting across a period of time (days, weeks, months, quarters etc). Perhaps some of those time and date dimensions are just attributes of the flights, and not actually dimensions that would contain a hierarchy that you would use for drill-downs to explore the data.
luirubio wrote:I want to create a report that comes from different department.
Maybe you could investigate the report and find out what fields it contains so you can workout what dimensions you need in your cube and what dimensions are not necessary?