Forum Discussion
dkcheney
5 years agoRegular Visitor
Problem with DAX Formula reading a string in previous column
Scenario: Creating a new column using a DAX formula. The formula is not creating the output I need. My Experience Level: 2 Years PowerBI 3 Months DAX Locations Table Site# Name ...
- 5 years ago
Hi dkcheney
pay attention to CONTAINSSTRING syntax: https://docs.microsoft.com/en-us/dax/containsstring-function-dax
use comma
CONTAINSSTRING(VALocations[Name], "CBOC")
az38
5 years agoCommunity Champion
Hi dkcheney
pay attention to CONTAINSSTRING syntax: https://docs.microsoft.com/en-us/dax/containsstring-function-dax
use comma
CONTAINSSTRING(VALocations[Name], "CBOC")