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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Have a dataset with IDs, visit dates, and other details. I have a need to provide a count of the number of times a particular ID has a visit with another visit some time in the subsequent 3 days.
Any ideas? Everything so far has not worked for me.
Solved! Go to Solution.
Ended up just building out a few layers of nested query on this as a direct database query, seemed like the fastest option.
Hi @a_fman,
Could you please provide a sample in TEXT mode? The PBIX file would be great.
Best Regards!
Dale
Ended up just building out a few layers of nested query on this as a direct database query, seemed like the fastest option.