Forum Discussion

Manikanta2108's avatar
11 months ago
Solved

Case Sensitivity - need fix

I am extracting Product family from Project Name in powerBI desktop...so after extracting project Name having "BPaaS" and "BPaas" are extracting as BPaaS.. I want to it extract separately only....
  • danextian's avatar
    11 months ago

    Hi Manikanta2108 

    When you import data into Power BI, the VertiPaq engine handles column names and values in a case-insensitive manner. It keeps the first version it encounters for identical strings. Check if there are any instances of BPaas and replace them with BPaaS.