Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |