Forum Discussion

juju's avatar
juju
Helper III
9 years ago

CALCULATED INDEX

 

I need to create a calcuated index in a calculated table.  The two main fields in there are [date] and [channel]. I initially craeted a concatenated collumn of [Date] & [channel] - but when I tried to sort the date field with this new concatenated field, it wouldnt allow me. I need to create a uniquie index for all the records in the table. Thxx

 

6 Replies

  • v-ljerr-msft's avatar
    v-ljerr-msft
    Microsoft Employee

    Hi juju,

     

    According to your description, you should be able to go to "Edit Queries" -> "Add Column" tab -> click "Index Column" to add an index column in your table.:smileyhappy:

     

     

    Regards

    • juju's avatar
      juju
      Helper III
      That option doesn't seem to be available for my calculated table. I don't see it listed in query edit window
  • dkay84_PowerBI's avatar
    dkay84_PowerBI
    Microsoft Employee
    Is every record considered unique? Or do you need the index to reset for each channel or anything like that?