Forum Discussion
sf_
9 years agoFrequent Visitor
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...
- 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
v-ljerr-msft
9 years agoMicrosoft Employee
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
sf_
9 years agoFrequent Visitor