Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
I need ONE Text search slicer for search text in two column - find text in column1 OR column2.
when I work with numbers from two columns I create measure with OR function like:
OR filtrace Odds = 1*(or([M_Odds1]>1.5,[M_Odds2]>1.4))
How can I create something similar for two text columns?
I try this solution, but not work.
Solved! Go to Solution.
I resolve it with COMBINEVALUES :
StateCountry = COMBINEVALUES ( "|", Customer[State], Customer[CountryRegion] )
from:
I resolve it with COMBINEVALUES :
StateCountry = COMBINEVALUES ( "|", Customer[State], Customer[CountryRegion] )
from:
Hi @hnguy7,
Thank You for reply. What is this Sample formula - measure or column? Because in column it wrote me "cannot work with String parametr" :
https://drive.google.com/file/d/1xVtsyg_VOPnqyGk_o132MucpKMHEftlp/view?usp=drivesdk
and measure I cannot add to Text search slicer.
Hi @Henryk ,
This is as a measure.
Hey @Henryk ,
Try this:
CALCULATE(SUM(<YOUR_TABLE>[Your_Value]), (<YOUR_TABLE>[Column1] = "String01") || (<YOUR_TABLE>[Column2] = "String02"))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 76 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |