Forum Discussion

psmith-nhs-inc's avatar
psmith-nhs-inc
Icon for Helper III rankHelper III
9 years ago
Solved

Changing home table does not change references

I am sure this has been addressed but can't seem to find it here.  Move Sales[YTD Sales] to ALLMEASURES, and it is now ALLMEASURES[YTD Sales].

However, other measures which use Sales[YTD Sales] are not being updated to use ALLMEASURES[YTD Sales].  Instead they just break.

 

The ability to move a measure is almost useless if it breaks any measures depending on it.  Is there some setting I need to turn on?  What am I missing?

 

Thanx

 

Phil

  • Anonymous's avatar
    Anonymous
    9 years ago

    When you refer to measures just omit the table name, e.g. instead of Sales[YTD Sales] use [YTD Sales]. Measure name must be unique within the whole model.

     

    PS. BTW, all measures are silently stored in one dimension called "Measures". That's why you cannot call any table "Measures".

     

    Hope that helps.

     

    Cheers,

    Pawel

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    When you refer to measures just omit the table name, e.g. instead of Sales[YTD Sales] use [YTD Sales]. Measure name must be unique within the whole model.

     

    PS. BTW, all measures are silently stored in one dimension called "Measures". That's why you cannot call any table "Measures".

     

    Hope that helps.

     

    Cheers,

    Pawel

    • psmith-nhs-inc's avatar
      psmith-nhs-inc
      Icon for Helper III rankHelper III

      It doesn't really help when you have already built a couple of hundred measures,  but at least I know.

       

      Thanx

       

       

      Phil