Currently, lets assume I have 2 dimensions (Car, Model) and the corresponding measure/value. Now, I want to add a 3rd dimension (Location) in the records that I write in future. Since the 3rd dimension (Location) is empty for the earlier records that I have written, is there a way that I can update records with empty "Location" dimension to a default value.
This is required as I want to query now based on the "Location". Thanks in advance.