Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi Guy
I start to make my first doc , I get field from my data base as date
it look like this
9357120
9524160
9943200
10218240
10530720
10581120
10782720
10794240
10920960
10955520
it is date or date and time
with qlik i had a script like this
date(makedate(1988,1,1)+(IVDATE/(60*24))) AS DOCDATE
how do i convert in power BI
thanks
gidon
Solved! Go to Solution.
Well, I *believe* the equivalent formula in Power BI would be:
DOCDATE = DATE(1988,1,1) + [IVDATE]/(60*24) * 1.
Well, I *believe* the equivalent formula in Power BI would be:
DOCDATE = DATE(1988,1,1) + [IVDATE]/(60*24) * 1.
thank you very much
gidon
Happy to help!
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |