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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.