Forum Discussion

DataDork's avatar
DataDork
Frequent Visitor
8 years ago
Solved

Names grouping together - unwanted

I have some baseball data that I am reviewing.  With the dataset there are a unique identifier and the full name.  I would like to use the full name, however power bi rolls them up together so player...
  • Anonymous's avatar
    Anonymous
    8 years ago

    Dear DataDork,

     

    Please try this.

    - Create new Column: User =  CONCATENATE(  CustID  & " - " , CustName)

    - Create new Calculate: count order = CALCULATE(DISTINCTCOUNT(OrderNumber) , ALLEXCEPT(User)

    - Remember add the column "User" in your report.

     

    Reagards,

    ManNVSM.