Forum Discussion

sf_'s avatar
sf_
Frequent Visitor
9 years ago
Solved

create a calculated column while ignoring row context

Dear community    I'm having an issue with Power BI (desktop). Here's a small example to illustrate:    I have two Tables, A and B. Table A consists of two columns: code and product. Each code an...
  • v-ljerr-msft's avatar
    9 years ago

    Hi sf_,

     

    Not like measures, calculate columns are computed during the database processing(e.g. data refresh) and then stored in the model, they do not response to user selections on the report. So I don't think this can be done with a calculate column in this case.:smileyhappy:

     

    Regards