Forum Discussion
Obrycki
6 years agoRegular Visitor
DAX: SUBSTITUE Instance not dynamic
In Power BI Desktop I'm attempting to dynamically determine the last instance of a character and SUBSTITUTE that character with another. The following DAX formula appears to work in Excel but does no...
- 6 years ago
Replace your underscore "_" with a pipe "|" and use the PATH functions.
lbendlin
Super User
6 years agoReplace your underscore "_" with a pipe "|" and use the PATH functions.