This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Actually, in matrix table, I used slicer to filter.When I click certain filter ,its corresponding values(i.e)column 1 value want to be displayed, if selecting all in filter want a value which is apart (i.e)column 2 value want to be display
Solved! Go to Solution.
Hi @Uma_Dhandpani ,
You are referring to dynamically changing column displayed by slicer selection, please check below similar posts:
Hi @Uma_Dhandpani ,
It seems your description is a little bit different with above post, I've created a pbix based on your question:
Measure =
IF (
HASONEVALUE ( 'Table 2'[Currency Mode] ),
IF (
SELECTEDVALUE ( 'Table'[Attribute] ) = "BaseAmount",
CALCULATE (
MAX ( 'Table'[Value] ),
FILTER ( 'Table', [Attribute] = "BaseAmount" )
)
),
IF (
SELECTEDVALUE ( 'Table'[Attribute] ) = "Total amount",
CALCULATE (
MAX ( 'Table'[Value] ),
FILTER ( 'Table', [Attribute] = "Total amount" )
)
)
)
pbix attached.
The first image denotes the field I have and second , the report to be .Default, it should display the Total_Amount value, when I click on the filter (i.e) dollar/euro/rupee, it should display the Base_Amount value
Hi @Uma_Dhandpani ,
It seems your description is a little bit different with above post, I've created a pbix based on your question:
Measure =
IF (
HASONEVALUE ( 'Table 2'[Currency Mode] ),
IF (
SELECTEDVALUE ( 'Table'[Attribute] ) = "BaseAmount",
CALCULATE (
MAX ( 'Table'[Value] ),
FILTER ( 'Table', [Attribute] = "BaseAmount" )
)
),
IF (
SELECTEDVALUE ( 'Table'[Attribute] ) = "Total amount",
CALCULATE (
MAX ( 'Table'[Value] ),
FILTER ( 'Table', [Attribute] = "Total amount" )
)
)
)
pbix attached.
Hi @Uma_Dhandpani ,
You are referring to dynamically changing column displayed by slicer selection, please check below similar posts:
Hi @Uma_Dhandpani ,
Could you please show more details with expected data?
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |