Forum Discussion
PaulWo
7 years agoFrequent Visitor
Calculated Columns not updating on scheduled refresh
I have created the following calculated columns: Domestic = if('Shipping Requests'[InternationalShipment]="TRUE",0,1) International = if('Shipping Requests'[InternationalShipment]="TRUE",1,0) G...
- 6 years ago
The calculated columns I described at the start of this thread were created in PowerBI Desktop. I tried moving the creation of these calculated columns to the Power Query Editor. That change eliminated the problem. Not sure why but it worked.
PaulWo
6 years agoFrequent Visitor
The calculated columns I described at the start of this thread were created in PowerBI Desktop. I tried moving the creation of these calculated columns to the Power Query Editor. That change eliminated the problem. Not sure why but it worked.
- GilbertQ6 years ago
Super User
Hi there
By putting it into the Query Editor, it will always be refreshed every time that the entire dataset is refreshed.