Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
38 | |
29 | |
28 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |