This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
HEllo all, i have two tables 'dataset' is main and 'Fiscal calendar' and both are joined on Joining Date and Fiscal Date.
I have below measure working for current quarter(April 2023 to June 2023) and now i want to modify this measure to adapt for other quarters.In Fiscal calendar i have a column FQFY(Q1 2023, Q2 2023 etc). Please help me to modify the below calculation to adapt for FQFY
Employees =
CALCULATE(
COUNT('dataset-2023-06-04 16_'[EmployeeNo]),
FILTER(
'dataset-2023-06-04 16_',
AND(
'dataset-2023-06-04 16_'[Joining Date] <= EOMONTH(TODAY(), -3),
OR(
ISBLANK('dataset-2023-06-04 16_'[Exit Date]),
'dataset-2023-06-04 16_'[Exit Date] > EOMONTH(TODAY(), -3)
)
)
))
Solved! Go to Solution.
Hi @Anonymous thank you but i found out the solution by using a disconnected table.
Hi @harshagraj ,
Could you please provide some raw data in your table 'dataset-2023-06-04 16_' and 'Fiscal calendar' (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hi @Anonymous thank you but i found out the solution by using a disconnected table.
Hi @harshagraj ,
It's glad to hear that your problem has been resolved. And thanks for sharing your solution here. Could you please mark your post as Answered? It will help the others in the community find the solution easily if they face the same problem as yours. Thank you.
Best Regards
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 43 | |
| 21 | |
| 21 |