Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |