Forum Discussion
Anonymous
7 years agoNot applicable
Add a calculated column in a report
Hello, Power BI noob here, with familiarity with relational databases. I have a Table style report that lists the beginning balance and YTD activity for specific accounts. I want to add a co...
- Anonymous7 years ago
Hi Anonymous ,
Why don't you use quick measure to sum these two fields.?
and then include this new measure at the last of your table.
Or else you can use this calculated col:
Column=Calculate(sum(table[beginbal])+sum(table[YTD amt]))
Anonymous
7 years agoNot applicable
Hi Anonymous ,
Why don't you use quick measure to sum these two fields.?
and then include this new measure at the last of your table.
Or else you can use this calculated col:
Column=Calculate(sum(table[beginbal])+sum(table[YTD amt]))