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
Kazzi
Frequent Visitor

Why is Average not an option for values?

Hello,

 

I am trying to show average time on my report. When adding time, I right click and under values, I have "count" and "count distinct" but not average. It used to show up and I'm not sure where it has gone? I've tried various visualizations but I am not getting it as an option. 

1 ACCEPTED SOLUTION
burakkaragoz
Community Champion
Community Champion

Hi @Kazzi ,

 

Thanks for your question! The issue you're encountering is quite common and usually relates to the data type of the field you're trying to average.

Here's what to check:

  1. Data Type of the Column

    • Go to Model view in Power BI.
    • Select the column you're trying to average.
    • Ensure it's set to a numeric or time duration data type (e.g., Decimal Number, Whole Number, or Duration).
    • If it's set as Text, Power BI won't offer aggregation options like Average.
  2. Field Formatting

    • If you're working with time values (like durations), make sure the column is formatted as Duration, not Time or Text.
  3. Use a Measure Instead\ If the column is complex or derived, you can create a measure manually:

    AverageTime = AVERAGE('YourTable'[YourColumn])

    Then use this measure in your visual.

  4. Check for Hidden Fields\ Sometimes, fields are hidden from the report view. Make sure the column is visible and not marked as "Do not summarize."

For more on data types and aggregation, check out:
https://learn.microsoft.com/power-bi/transform-model/desktop-data-types
https://learn.microsoft.com/power-bi/transform-model/desktop-quickmeasures-average

Let me know if you'd like help checking the data type or writing a custom measure!


If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.

This response was assisted by AI for translation and formatting purposes.

View solution in original post

2 REPLIES 2
Kazzi
Frequent Visitor

Thank you! It was stored as text

 

burakkaragoz
Community Champion
Community Champion

Hi @Kazzi ,

 

Thanks for your question! The issue you're encountering is quite common and usually relates to the data type of the field you're trying to average.

Here's what to check:

  1. Data Type of the Column

    • Go to Model view in Power BI.
    • Select the column you're trying to average.
    • Ensure it's set to a numeric or time duration data type (e.g., Decimal Number, Whole Number, or Duration).
    • If it's set as Text, Power BI won't offer aggregation options like Average.
  2. Field Formatting

    • If you're working with time values (like durations), make sure the column is formatted as Duration, not Time or Text.
  3. Use a Measure Instead\ If the column is complex or derived, you can create a measure manually:

    AverageTime = AVERAGE('YourTable'[YourColumn])

    Then use this measure in your visual.

  4. Check for Hidden Fields\ Sometimes, fields are hidden from the report view. Make sure the column is visible and not marked as "Do not summarize."

For more on data types and aggregation, check out:
https://learn.microsoft.com/power-bi/transform-model/desktop-data-types
https://learn.microsoft.com/power-bi/transform-model/desktop-quickmeasures-average

Let me know if you'd like help checking the data type or writing a custom measure!


If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.

This response was assisted by AI for translation and formatting purposes.

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