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
Hi All,
I want to create H1 (1St Half Of the year and 2nd Half of the year Time Intelligence along with these YTD, MTD , QTD
I created 3 dax for time intelligence for time intelligence
1 Current year Time intelligence based on that previous year time intelligence and Previous period time intelligence but i wanted to add H1 & H2 also include same for this measures
Here i attached dummy pbix file
Thanks
Alan P James
Hi,
One of ways to achieve this is to create a new column in a Dim-Calendar table that shows Half-Start-Date.
By using this column, I think it will provide easier way to create DAX measures to provide the expected result.
Half Start Date CC =
IF (
Dim_Calendar[Month] <= 6,
STARTOFYEAR ( Dim_Calendar[Date] ),
DATE ( Dim_Calendar[Year], 7, 1 )
)
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 |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |