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! Don't miss your chance! Learn more
Hello,
I am trying to create a calculated column that will calculate and hold 'no months employed', taking the month a sales person was hired from the sales month - can you advise me please
| Sales Person | Hired Month | Sales Month | Revenue | No Months employed |
| John | Nov-22 | Jul-23 | $50,158 | 8 |
| Mary | Feb-23 | Jul-23 | $28,800 | 4 |
| Peter | May-23 | Jul-23 | $0 | 2 |
Hi @SuzanneSte ,
Please try this.
No Months Employed New = DATEDIFF([Hired Month],[Sales Month ],MONTH)
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel
Proud to be a Super User!
Thats great - thank you, but I am running into difficulty because they are in separate tables. I have been trying to use the RELATEDTABLE function but struggling
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 69 | |
| 59 | |
| 47 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 106 | |
| 39 | |
| 27 | |
| 27 |