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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.