Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Jakubo
New Member

Power Query

Hello, I am accesing data from our analyses services cube. Is there a more logic way how to filter first and download data - because in my order it is first accesing all data and then filtering.

 

let
Source = AnalysisServices.Databases("****", [TypedMeasureColumns=true, Implementation="2.0"]),
CLIFFORD_SSAS = Source{[Name="CLIFFORD_SSAS"]}[Data],
CLIFFORD_WWRUM1 = CLIFFORD_SSAS{[Id="CLIFFORD_WWRUM"]}[Data],
CLIFFORD_WWRUM2 = CLIFFORD_WWRUM1{[Id="CLIFFORD_WWRUM"]}[Data],
#"Added Items" = Cube.Transform(CLIFFORD_WWRUM2,
{
{Cube.AddAndExpandDimensionColumn, "[INTRNL PROD]", {"[INTRNL PROD].[PROD HIER].[PROD GRP DESC]"}, {"INTRNL PROD.PROD GRP DESC"}}

}),
#"Filtered Rows" = Table.SelectRows(#"Added Items", each (Cube.AttributeMemberId([INTRNL PROD.PROD GRP DESC]) = "[INTRNL PROD].[PROD HIER].[PROD GRP DESC].&[3CM]" meta [DisplayName = "COMMERCIAL"]))
in
#"Added Items"

0 REPLIES 0

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.