Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello Team,
Hope you are fine. I am having an issue with the below DAX:
I tried checking online but I can't figure out the issue. Could you please kindly assist?
Thank you.
Kind Regards
Solved! Go to Solution.
@Anonymous , for time intelligence always use date table joined with your date of the table
Total_Sales_FYTD = Calculate(Sum(Append1[Sales_Amount]),
(DATESYTD(Date[Date],"31/12")))
refer why
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4
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.
Thank you. Works fine. 😁
Hi,
it seems, you data is updated and now you have same date and value in your table.
just check the below post :
@Anonymous , for time intelligence always use date table joined with your date of the table
Total_Sales_FYTD = Calculate(Sum(Append1[Sales_Amount]),
(DATESYTD(Date[Date],"31/12")))
refer why
Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :https://youtu.be/OBf0rjpp5Hw
https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4
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.
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 |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |