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.
Hello all,
I hope some one can help me with my problem.
I use two values BGR € and Voorspelling €. The voorspelling € hierarchy in on a deeper level than the BGR €.
The voorspelling € has three levels:
- kostenplaats
- F code
- employee number
The BGR € had two levels:
- kostenplaats
- F code
I know when I drill to the employee number, that the BGR € value of the F-code will show per employee-code.
My question is: When I drill down to the employee number, it is possible to only show the Voorspelling € on the employee-codes and BGR € on the F503 level as a total. Like this:
Thank you all for ready and trying to help!
Your sincerely,
Jos
Solved! Go to Solution.
Hi @JosFry
Let's assume [BGR €] measure is a simple of sum of a column then you can write it this way
BGR € =
IF (
NOT ISINSCOPE ( TableName[Employee Number] ),
SUM ( TableName[ColumnName] )
)
Hi @JosFry
Let's assume [BGR €] measure is a simple of sum of a column then you can write it this way
BGR € =
IF (
NOT ISINSCOPE ( TableName[Employee Number] ),
SUM ( TableName[ColumnName] )
)
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 | |
11 | |
11 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |