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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Arxh3000
New Member

Update Table data based on dropdown slicer selection

Hello if just got a problem with Dropdown slicer updating it

 

 

Arxh3000_1-1691742225505.png

When the journal "CC011003634662020" is Selected the Transactions_Lowest_Values_Average column values should be updated with their results (i dont just put those values in because i eventually want to have multiple journals in the dropdown menu which will replace Transactions_Lowest_Values_Average with their unique results 

my table should look like this when "CC011003634662020" is selected the selected journal is already removed from the results table 

 

 

Arxh3000_2-1691742263194.png

heres a link to my workspace can't seem to figure out why i cant update the data 

any help would be appreciated thanks

https://ufile.io/wv8ghthe

 

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Arxh3000 ,

Please create a measure with below dax formula and add it to table visual filter and set:

Measure =
VAR _a =
    SELECTEDVALUE ( 'Table 2'[Product] )
VAR _b =
    SELECTEDVALUE ( 'Table'[Product] )
VAR _result =
    IF ( _a = _b, 0, 1 )
RETURN
    _result

 

Animation20.gif

Please refer the attached .pbix file.

 

Best regards,
Community Support Team_Binbin Yu
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

1 REPLY 1
Anonymous
Not applicable

Hi @Arxh3000 ,

Please create a measure with below dax formula and add it to table visual filter and set:

Measure =
VAR _a =
    SELECTEDVALUE ( 'Table 2'[Product] )
VAR _b =
    SELECTEDVALUE ( 'Table'[Product] )
VAR _result =
    IF ( _a = _b, 0, 1 )
RETURN
    _result

 

Animation20.gif

Please refer the attached .pbix file.

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.