Forum Discussion
Object table compute columns
- 6 years ago
Hi FabioN ,
It is suggested to create Measures. Calculated columns or calculated tables won't be changed dynamically by slicers or filters on report pages.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 6 years ago
Hello, thanks to both your suggestions, and being a complete newbie to Power BI, I followed this Microsoft Training on DAX, that I suggest to everyone
https://docs.microsoft.com/it-it/power-bi/guided-learning/introductiontodax
It is very easy to follow, and after that I was able to create all the measures I needed!
Thank you,
Fabio
Tough for me to follow. If you are creating a table in a DAX calculation and need it to be fully dynamic then use ADDCOLUMNS.
If you have created a DAX table in the data model you can add columns just like a normal table.