Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Anonymous
Not applicable

TImeStamp Column High Capacity Issue

Hello everyone, I have an issue with a Power BI report and its timestamp column. Since the report exceeded the A2 capacity in PowerBi service I checked the Vertipaq Analyzer to x-ray the report in depth. It turned out that the timestamp column comprises 48% of the size of the report in terms of capacity.  What I did was to create a custom column using this conversion function:

= #datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [Timestamp]/1000)

The conversion was successful BUT I want to get rid of the original timestamp column and keep the derivative date column in order to optimize the report since this timestamp issue hampers the report to be refreshed on PowerBI Service. Any ideas how to that?

Thanks in advance !

1 REPLY 1
ppm1
Solution Sage
Solution Sage

Why not just delete the original high cardinality column? In any case, please see this article for an alternative approach where you split the initial column into Date and Time columns to reduce cardinality (memory needed).

Calculate and Format Durations in DAX – Hoosier BI

 

Pat

Microsoft Employee

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.