Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello all. I hope someone can help.
I am dipping my toes into time intelligent function for the first time and have a result I can't understand.
I have a couple of measures:
Everything works great (there are also other sections, all of which behave as I expected). The oddity is that Fair Value Adj figure. The amount sits in the period 31/3/2021 so should be in the previous financial year not this one?
It is worth noting that the total (2,089K) in the matrix ignores that Fair Value amount and is the sum of sales and interest only.
Am I missing something obvious? Any help is appreciated.
Solved! Go to Solution.
@mthomas1973 , prefer to use date table
ytd actual = TOTALYTD([Actual],'Date'[Date],"31/03")
Last ytd actual = TOTALYTD([Actual],dateadd('Date'[Date],-1, year) ,"31/03")
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
@mthomas1973 , prefer to use date table
ytd actual = TOTALYTD([Actual],'Date'[Date],"31/03")
Last ytd actual = TOTALYTD([Actual],dateadd('Date'[Date],-1, year) ,"31/03")
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.
That's great thank you. Yes, seems to be behaving more normally now -- really appreciate the steer
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
9 | |
8 | |
8 |
User | Count |
---|---|
14 | |
12 | |
11 | |
11 | |
8 |