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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
krizz86
New Member

Visualization of big date/time-related data

Hello everybody,

 

I hope this is the right place to ask for support for my Power BI problem.

 

Desired Visualization 

The system measures every 15 minutes the power consumption so that I got a lot of data points over the year and years. Data are saved in a Excel file with following columns: Data ID, data point date/time stamp and consumption. All data points should be evaluated (per year, month, day).

So I started to set up my Power BI report and I got a good visualization if the column data ID is on x-axis and consumption on y-axis. I can filter the data according to year, month and day and the visualization adapts accordingly. However, the information of the x-axis = data ID is not helpful since this does not include any time information.

01.png

 

 

Therefore, I have started to create calender and time tables and to link them with my data table. In priciple, my approach seems to work but the visualization is too big to show all data points due to the representation of each individual x-values.

02.png

 

My question:

Is there any possiblity to combine both visualizations? I want to visualize all data points which I filter from the data table, e.g a year or a month, but with date/time information on the x-axis instead of the data ID.

I hope I could explain my Power BI problem acceptable for you und that you can help me to solve my problem.

 

Best regards,

Christian

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @krizz86 ,

 

Thanks danextian  for the quick reply. I have some other thoughts to add:

(1) You can create a column.

date-time = [Data Point Date]&" " &[Time Stamp]

Change data type.

vtangjiemsft_0-1732587998553.png

(2) Create a line chart. Use the [date-time] column as the x-axis and change the x-axis type to Continuous.  Such an x-axis type avoids scrollbars on the x-axis of the visual.

vtangjiemsft_1-1732588192026.png

 

As for the Data ID, you can display it in the line chart as a tooltip or as a second y-axis or legend.

vtangjiemsft_2-1732588319260.png

 

vtangjiemsft_3-1732588355344.png

vtangjiemsft_4-1732588391972.png

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @krizz86 ,

 

Thanks danextian  for the quick reply. I have some other thoughts to add:

(1) You can create a column.

date-time = [Data Point Date]&" " &[Time Stamp]

Change data type.

vtangjiemsft_0-1732587998553.png

(2) Create a line chart. Use the [date-time] column as the x-axis and change the x-axis type to Continuous.  Such an x-axis type avoids scrollbars on the x-axis of the visual.

vtangjiemsft_1-1732588192026.png

 

As for the Data ID, you can display it in the line chart as a tooltip or as a second y-axis or legend.

vtangjiemsft_2-1732588319260.png

 

vtangjiemsft_3-1732588355344.png

vtangjiemsft_4-1732588391972.png

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

danextian
Super User
Super User

Hi @krizz86 

If you have a column that contains both the date and timestamp, then this is possible but this will of course increase the cardinality of  your data and depending on the size may lead to a degraded performance. However, using a hierarchy and expanding it disables a continous axis type.  Alternatively, you can try to find a balance between showing lesser datapoints and being able to use time by rounding your time to the nearest hour or hours -for example 12:00, 12:15 and 12:30 and 12:45 are  all grouped into 12:00.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Hello @danextian, thanks for your support.

 

You are right that my table have a column containing date and time stamp.

 

I have tried your proposed way to use hierarchy for a non but nevertheless I have come to the same result as before. So I have my data ID on x-axis and visualization looks good or I have date and time as information on x-axis but I can only see a small number of data points. Maybe my attemp was not your proposed way. Maybe you have a link to an introduction which I could use?

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors