Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hey all,
in my matrix I have a measure for "August" which is :
For 4300:
As you can see I have in my Matrix row the SaNr and in my Matrix value the August measure.
As you can see I have in my Matrix row the SaNr and in my Matrix value the August measure.
The Result calculates for both SaNr(4300 and 4400) with salary1, but 4400 shoul calculate with salary2. How can I do this?
Thank you for help
Hi @azaterol
Thanks for reaching out to us.
I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.
If you need more help, please let me know.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @azaterol
please try
August =
IF (
SELECTEDVALUE ( DOK[SaNr] ) = "4300",
CALCULATE (
SUM ( DOK[salary1] ),
FILTER (
DOK,
DOK[DokDate] >= DATE ( 2022, 08, 01 )
&& DOK[DokDate] <= DATE ( 2022, 08, 30 )
)
),
CALCULATE (
SUM ( DOK[salary2] ),
FILTER (
DOK,
DOK[DokDate] >= DATE ( 2022, 08, 01 )
&& DOK[DokDate] <= DATE ( 2022, 08, 30 )
)
)
)
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 65 | |
| 31 | |
| 26 | |
| 26 |