Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |