Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
I have a problem with values in matrix. Is it possible for the "udziały" columns to show only in Total and not next to each month?
Kind regards
Solved! Go to Solution.
Hi @Kubakkk ,
You can create a measure as below to replace the field udziały on the matrix, please find the details in the attachment.
New_Udzialy =
VAR _udzialy =
CALCULATE ( SUM ( 'Table'[Udzialy] ) )
RETURN
IF (
HASONEVALUE ( 'Table'[Data wystawienia].[Year] )
&& HASONEVALUE ( 'Table'[Data wystawienia].[Month] ),
BLANK (),
_udzialy
)
Best Regards
Hi @Kubakkk ,
You can create a measure as below to replace the field udziały on the matrix, please find the details in the attachment.
New_Udzialy =
VAR _udzialy =
CALCULATE ( SUM ( 'Table'[Udzialy] ) )
RETURN
IF (
HASONEVALUE ( 'Table'[Data wystawienia].[Year] )
&& HASONEVALUE ( 'Table'[Data wystawienia].[Month] ),
BLANK (),
_udzialy
)
Best Regards
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 38 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 82 | |
| 71 | |
| 38 | |
| 28 | |
| 25 |