Forum Discussion

trupac's avatar
trupac
Frequent Visitor
1 year ago
Solved

Custom column is not filtering table

I have a matrix that filters my table.   I added a custom column with this formatted formula  =Text.Insert(Text.Insert(Text.Insert(Text.Insert(Text.Insert ([WELL_LOCATION],3,"/"),6,"-"),9,"-"),13,...
  • trupac's avatar
    1 year ago

    I figured out an alternate way to fix my issue, instead of creating columns or measures in Power Bi, I just wrote the reformatting into my sql code and my tables and visuals all work now.