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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Users online (1,301)