Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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] )
)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.