Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have a column in my data called "Number of days to respond". I'd like to show the average of this in a card visual. I tried going to the Data Field, but it only allows me to show the first or last values, or a (distinct) count. Can anyone help please? I'm a beginner.
Thanks
Solved! Go to Solution.
Hi @Anonymous
Please click the column, then check if the type of the colmn is whole number
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
In the Query Editor, change the data type to Whole number and write this measure:
Avg = average(Data[Number of days to respond])
Hope this helps.
Hi,
In the Query Editor, change the data type to Whole number and write this measure:
Avg = average(Data[Number of days to respond])
Hope this helps.
Hi @Anonymous
Please click the column, then check if the type of the colmn is whole number
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi @Anonymous
this happens when the column is not of number type. Check your data type of [Number of days to respond] first.
Numbers should have the sigma sign:
Hi, thanks for replying. It doesn't have a sigma sign.
Hi @Anonymous
That is the issue. You have at least one nonnumeric in that column. You have to replace/delete it in your data source or Power Query processing,
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
77 | |
76 | |
57 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |