January 3, 2018 at 3:07 pm
Good evening
I need your valuable help. For the following example:
=en-us>
In this DataSet:
="result_box">
The tables data:
I create the next report:
What I want to see are the salesof customers who buy Bikes and Phones. And not those who buy Bikes and/or Phone.
In other words, I wanted se the Clients sto buy the two products. The following output.
Can you help me? I'm working on SSAS Azure.
Thank you.
January 4, 2018 at 7:18 am
You maybe able to use a count function and count the Number of ProductID's and filter out > 1.
Regards,
Matt
January 4, 2018 at 7:53 am
I don't know squat about SSAS. Can it actually use a T-SQL query where you need it? If it can, I have a high performance method for doing this. It may require dynamic SQL based on your request but that should be no biggee to do in an SQL Injection Proof manner. It will require some new indexes if they're not in place already.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2018 at 12:37 pm
Jeff Moden - Thursday, January 4, 2018 7:53 AMI don't know squat about SSAS. Can it actually use a T-SQL query where you need it? If it can, I have a high performance method for doing this. It may require dynamic SQL based on your request but that should be no biggee to do in an SQL Injection Proof manner. It will require some new indexes if they're not in place already.
SSAS uses MDX, which is completely different from T-SQL. It's been a long time since I used MDX, so I can't really give any pointers here.
Drew
J. Drew Allen
Business Intelligence Analyst
Philadelphia, PA
January 6, 2018 at 7:01 am
Hello everyone.
Thank you in advance for your prompt assistance.
The development of the cube is to be done in SSAS Tabular Technology, that actually use DAX.
The MDX is used for SSAS Multidimensional Cube.
Thanks again to all. 🙂
Greetings,
January 10, 2018 at 9:47 am
This was removed by the editor as SPAM
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply