PeteD1302
Helper I
7 years agoDAX Direct Query - if text contains
I have a direct query where I need to add a new column; looking for a part of the text sting and reporting specifed string. I have viewed a number of posts for IF and CONTAINS and none of the soluti...
- 7 years ago
I have managed to find a solution from a search for"Re: Conditional Columns or IF Conditions in Direct Query mode" from 04-30-2017. The link as below
With the resulting direct query as follows;
IF(Table[Name]="NEW"),"NEW", "OLD
This is for a New Column and helps to identify what are new and old items from a very large SQL server source