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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hey All,
I need some help with availability calculations.
I have a table with:
FLATID | FLATNUMBER | LOCATION | NEIGHBOURHOOD | STARTDATE
1 | A0001 | A | 1 | 27/12/2017
2 | A0002 | A | 1 | 30/12/2017
X | A0001 | Park | 6 | 12/12/2020
I want to calculate the excact amount of availaible days
Before I added the startdate we created a DataTable (Model) with all the dates between 01/12/2017 and 31/12/2030.
We created a measure
Solved! Go to Solution.
Hi @SvenJacobs ,
Is this what you want?
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @SvenJacobs ,
Is this what you want?
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@SvenJacobs , what is the expected output, that is not clear here.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Sorry
The output should be
FlatID | NEIGHBOURHOOD |Availability
X | X | X amount of days
So i can do a sum on the X amount of days in my kpi
Check out the April 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 |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 22 |