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.
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!
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 |
---|---|
4 | |
3 | |
3 | |
3 | |
3 |