Forum Discussion
MarcoDekker
3 years agoHelper I
How to mimic a sql IN query using powerbi on a SSAS cube
Hi all. i am trying to mimic some kind of set filtering. In sql is is very easy, but i am using a SSAS cube. I would like to mimic this in powerbi In the below query, i first determine which cus...
Tahreem24
3 years agoSuper User
MarcoDekker Create a new table using SUMMERIZE
New Table = SUMMERIZE(Table, Table[CustomerID],Table[CustomerName],Table[CustomerCountry],"Amount" SUM(SalesAmount)>1000))
- MarcoDekker3 years agoHelper I
Hi Tahreem24 . Thanks for this suggestion.
We use a SSAS cube provided by a supplier. I can use Dax allright when creating measures in a PBI report, but no columss or tables. So i am unable to use the summerize feature.
regards, Marco