Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am converting the tableau functions to Power BI.
I am having doubts in this
datetrunc(year, [Date])
How do I convert this to power DAX
For Example: if the date is 12/4/2022, after datetrunc the answer should be 1/1/2022
if date = 3/6/2019 answer = 1/1/2019
How do I achieve this in poewr BI?
Solved! Go to Solution.
@asdf1608 Try DATE(YEAR([Date]),1,1)
@asdf1608 Try DATE(YEAR([Date]),1,1)
@Greg_Deckler it works perfectly. Now the entire calculation field. Please help me with this alone.
DATEADD('day',15-DATEPART('weekday',DATEADD('month',2,DATETRUNC('year',[CST Start Date & Time])))
For this only I asked datetrunc. But other thins is also difficult for me
Please help in this is required.
Thanks in advance
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
19 | |
15 | |
7 | |
6 |