Forum Discussion
Conditional Text box based on conditional format
- Anonymous3 years ago
Hi
Sorry, but only now i understood your problem.
So, i created a calculated column that checks if the value from table1 matches table2
Then created a measure that checks if any missmatched values are in scope
Hope it helps
FILE:
https://we.tl/t-mHWtCBvMDyKind regards,
José
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂
For Better Idea of what am doing . Please check this
https://community.powerbi.com/t5/Desktop/Conditional-Formatting-based-on-text-fields-Help/m-p/2840667#M979724
Please help if this can done.
- Anonymous3 years agoNot applicable
OK i see.
Then use the same measure you've used for the red formating and put it in a card
Check Values = VAR __tableAValue = SELECTEDVALUE ( TableA[Value] ) VAR __tableBValue = SELECTEDVALUE ( TableB[Value] ) RETURN IF ( __tableAValue <> __tableBValue, "Correct the Values","Everything OK" )Kind regards,
José
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂- Ak_Pikachu3 years agoFrequent Visitor
Hi,
I have tried but its working fine when names are added to table visual and this measure, But this measure alone in a card visual showing Always OK, even if the values are not matching
Please help if there is a way to do.- Anonymous3 years agoNot applicable
Could you share the pbix file you are working on so we can take a look?
Kind regards,
José
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂