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.
Hi everyone,
Looking for guidance/assistance again 🙂
Not sure if I can explain this properly but I would want to transform this table with a unique EntityCode, their Notelogs (NoteCode which are also unique, and the Date when the Notes were created into something that will get the average number of days in between their calls
Desired output is at the bottom where in it summarizes the average days per EntityCode
Thank you in Advance!
Solved! Go to Solution.
Hi @mangchaaBI
To achieve your goal you need at the first step to add a calculated column for days diff :
2. Add measures for average and count:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @mangchaaBI
To achieve your goal you need at the first step to add a calculated column for days diff :
2. Add measures for average and count:
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly