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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
All of the articles, and all of my searching tell me no - that I have to have my source data in DateTime. But wanted to see if there was some hidden knowledge that could be shared 🙂
My current hurdle is that I have multi-billion record tables that store date as a decimal (I'm not IT, don't ask me why). I can convert this to Integer easily. However, I'm afraid my database doesn't have the capacity to convert these billions of records to DateTime format, from their current Decimal format - the transformation will fail due to having to convert to text first and then to DateTime (I have yet to figure out how "Query folding DEFINITELY works with Snowflake", but that's a different issue).
I was successful in setting up the parameters and function to work with my date, but I run into my roadblock when I go to "Define Parameters" after importing.
I know the error is because I don't have things in DateTime - so, has anyone figured out how to work around this issue?
Solved! Go to Solution.
Incremental refresh does require a DateTime column. I've accomplished this with custom SQL and Snowflake functions such as TO_TIMESTAMP and TIMESTAMP_FROM_PARTS. Once you convert the decimal to integer, you can use TIMESTAMP_FROM_PARTS and SUBSTRING to construct a DateTime column. You might explore the most performant options for the DateTime conversion (Snowflake view, function, etc.).
Proud to be a Super User!
Incremental refresh does require a DateTime column. I've accomplished this with custom SQL and Snowflake functions such as TO_TIMESTAMP and TIMESTAMP_FROM_PARTS. Once you convert the decimal to integer, you can use TIMESTAMP_FROM_PARTS and SUBSTRING to construct a DateTime column. You might explore the most performant options for the DateTime conversion (Snowflake view, function, etc.).
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 47 | |
| 31 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 71 | |
| 38 | |
| 28 | |
| 25 |