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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
lrockwell
Frequent Visitor

Multiple data for each day

 

I have mulitple data points (PH, Conc % and Temp) for a machine that is being gathered. I need to chart all of the points at every time interval. There can be up to 13 times a day that the data is being gathered. 

Capture.PNG

1 ACCEPTED SOLUTION
v-ljerr-msft
Employee
Employee

Hi @lrockwell,

 

If I understand you correctly, you should be able to follow steps below to show all the data points on a Line Chart in your scenario.

 

1. Duplicate the Date column using the formula(Dax) below.

NewDate = Table1[Date]

2. Change data type to Text for the new Date column.

 

3. Sort the new Date column by the original Date column.

 

c1.PNG

 

4. Then you should be able to show the new Date column as Axis, PH, Conc % and Temp as Values on the Line Chart visual. Smiley Happy

 

Regards

View solution in original post

1 REPLY 1
v-ljerr-msft
Employee
Employee

Hi @lrockwell,

 

If I understand you correctly, you should be able to follow steps below to show all the data points on a Line Chart in your scenario.

 

1. Duplicate the Date column using the formula(Dax) below.

NewDate = Table1[Date]

2. Change data type to Text for the new Date column.

 

3. Sort the new Date column by the original Date column.

 

c1.PNG

 

4. Then you should be able to show the new Date column as Axis, PH, Conc % and Temp as Values on the Line Chart visual. Smiley Happy

 

Regards

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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