Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Uma_Dhandpani
Helper I
Helper I

Regarding retrieving data

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

2 ACCEPTED SOLUTIONS

Hi @Uma_Dhandpani ,

 

You are referring to dynamically changing column displayed by slicer selection, please check below similar posts:

https://community.powerbi.com/t5/Desktop/Column-Displayed-in-a-table-Based-on-Slicer-Selection/m-p/4...

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

View solution in original post

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" )
        )
    )
)

6.PNG7.PNG

pbix attached.

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

View solution in original post

4 REPLIES 4
Uma_Dhandpani
Helper I
Helper I

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 Capture2.PNGvalueCapture1.PNG

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" )
        )
    )
)

6.PNG7.PNG

pbix attached.

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

Hi @Uma_Dhandpani ,

 

You are referring to dynamically changing column displayed by slicer selection, please check below similar posts:

https://community.powerbi.com/t5/Desktop/Column-Displayed-in-a-table-Based-on-Slicer-Selection/m-p/4...

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
v-diye-msft
Community Support
Community Support

Hi @Uma_Dhandpani ,

 

Could you please show more details with expected data?

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.