Forum Discussion
POWER BI
Hi. I'm unable to change the value of the value of mileage. In the data, there are different values of mileage but Power BI is showing it as a count of 1,2,3,4..., I want to see the mileage as indicated in the data set per scooter. How do i see the actual mileage per scooter?
how is it shown in the dataset ?
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
5 Replies
- mlsx4Memorable Member
- IdrissshatilaSuper User
Hello Ankit_Choudhary ,
You could also create a measure that sums the value and add it.
like total mileage = sum(tablename[mileage])
learn more about sum function https://learn.microsoft.com/en-us/dax/sum-function-dax
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
- Ankit_ChoudharyNew Member
Thank you for your response but the mileage is being showcased as a count of mileage - 1 for every scooter. I would like it to be shown as different values as per the data set.
- IdrissshatilaSuper User
how is it shown in the dataset ?
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍