Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 both distinct counts of dates. Any help with the formula?
Thank you!
@dtango9 , No very clear. You need to provide the exact formula you need
You can create new measure
Distinct Date = calculate(distinctcount(Table[Date]))
New Measure = sum(Table[Phone Call]) + sum(Table[Appointments])
I get this error when I created your new measure suggestion:
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!