Forum Discussion
k-k-k-k
5 years agoFrequent Visitor
Automatically adds computed columns
Hi experts, I hope the table can add calculate column by the self. It should be happen after refresh and the external data like config file will trigger it. is the action possible? thanks!
Anonymous
5 years agoNot applicable
HI k-k-k-k
A table can add calculate column by the self after the dataset is loaded and a DAX formula is specified for it so that it knows what to add as a values in the column. It will happen for every refresh but external data like config file cannot trigger it.
k-k-k-k
5 years agoFrequent Visitor
Thank you very much!
Just think about, whether M language can do it? For PBI table structure extend can not be auto-complete by configurate external parameter? thanks!