Viewing 15 posts - 241 through 255 (of 893 total)
In your scenario I would create a single cube that includes all companies, but use perspectives to create "cube views" for each separate company. The drawback here would be that...
April 28, 2017 at 12:15 pm
Please post your MDX query along with your results and what the expected results are.
April 18, 2017 at 2:02 pm
Try the rank() MDX function. Reference available here: https://docs.microsoft.com/en-us/sql/mdx/rank-mdx
April 17, 2017 at 4:01 pm
I wouldn't call it a "mistake" as the instructor did, but I do like to pad source strings a little to account for future growth. Source applications can sometimes change...
April 4, 2017 at 3:59 pm
Unless you have implemented row-level security, I don't think it is an impersonation or permissions issue. I also don't think it has anything to do with your Git repository.
February 27, 2017 at 9:18 am
A few questions: Is your cube hosted on a server inside your network (i.e. behind your firewall)? If it is, your external clients will not be able to get to...
February 24, 2017 at 7:32 am
In that case your first example is the only way to achieve that. I was not able to find any other plausible way.
February 20, 2017 at 8:48 am
Cannot necessarily comment on the good/bad aspect of the above, but I would be inclined to use named sets. See reference here: https://technet.microsoft.com/en-us/library/ms145487(v=sql.110).aspx
February 19, 2017 at 11:09 am
You could create calculated members for all of the dimensional attributes, or perform the union in SSRS (assuming that is what your reporting platform is).
February 15, 2017 at 3:50 pm
As you stated above, the query will return duplicates because of the overlaps in granularity. I'd recommend one of the following approaches:
February 15, 2017 at 8:24 am
Yes...if you're using 2-factor authentication in Azure, you need to set up an app password as Power Pivot may not support 2-factor authentication natively. See the following: https://docs.microsoft.com/en-us/azure/multi-factor-authentication/end-user/multi-factor-authentication-end-user-app-passwords
February 7, 2017 at 8:45 am
Look at the Lag() MDX function here: https://msdn.microsoft.com/en-us/library/ms144866.aspx
Using the above function in conjunction with the .CurrentMember property, you should be able to achieve what you need.
February 6, 2017 at 9:37 am
January 18, 2017 at 10:38 am
I'm reviewing a SSAS database designed by someone else who is...
January 18, 2017 at 8:41 am
January 17, 2017 at 3:26 pm
Viewing 15 posts - 241 through 255 (of 893 total)