Forum Discussion
dtango9
6 years agoHelper II
Adding columns from visual table
Hello, I'm looking to create a new column that I will add to an existing visual table on report view. I'm looking to add 2 columns from that same visual table that I have made. The columns are ...
dtango9
6 years agoHelper II
I get this error when I created your new measure suggestion:
v-xicai
6 years agoCommunity Support
Hi dtango9 ,
You may create relationship between the table phonecalls and appointments with "Both" Cross filter direction, then create measure like DAX below.
No. Connects = SUM ( phonecalls[actualend] ) + SUM ( appointments[scheduledend] )
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.