Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all I want to filter an MDX query base on the sum of a integer field [Employee Wage Hours] at the year level, but displaying weekly summation results. Therefore I found how to filter taking into account the sum of [Employee Wage Hours] on a whole week (easy):
SELECT NON EMPTY{ [Measures].[Employee Wage Hours]
} ON COLUMNS,
FILTER (([03-Employee Info].[Employee Name].[Employee Name],
[02-Week Period].[Week No].[Week No],
[02-Week Period].[Hierarchy].[Year]
),
SUM([Measures].[Employee Wage Hours]) > 20
)
ON ROWS
FROM ( [Model])
Then I have the employee/week/year for which there is more than 20 [Employee Wage Hours] a week, for each week. But I cannot see, since I have a "week" row, how to have the same 3-uples for which there is more than 20 [Employee Wage Hours] a year. Do I have to use a WITH clause ?
Thanks for your answer...
the king will no doubt know the answer!
Proud to be a Super User!
@vanessafvg Hey Vanessa, you want to take a look at this? You opted for MDX questions hence seeking your expertise.
gosh i realise its been a while since i have had to do this! not sure i can help here.
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |