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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Ibrahim_shaik
Helper V
Helper V

DAX Measure for Calculating Average value per hour

Hello Power BI Community,

 

I Have Created a DAX to column to Calculate the Average Consumption Value Per Hour.

 

I have 5 Minute interval Data from that I created the hour column and from the Hour Column I have created the measure.

 

But When the use the measure in Table visual and Card it shows different Values.

 

Why is it so?

 

Here is the DAX below

 

Average_Cal_tot_hvac_b35_PerHour =
AVERAGEX(
    SUMMARIZE(
        'INNOTECH HVAC',
        'INNOTECH HVAC'[Hour_Data],  -- Extract the hour from the timestamp
        "AverageConsumption", AVERAGE('INNOTECH HVAC'[Cal_tot_hvac_b35])
    ),
    [AverageConsumption]
)
 
Average_Consumption.png

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Check the filter icon for both visuals, make sure they are impacted by the same set of filters.

View solution in original post

2 REPLIES 2
Ibrahim_shaik
Helper V
Helper V

Hi @lbendlin ,

 

Thank you for the response.

 

The Values are Equal on Both the Visuals now.

lbendlin
Super User
Super User

Check the filter icon for both visuals, make sure they are impacted by the same set of filters.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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