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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
Kosenurm
Regular Visitor

Showing cost per item in Dataverse table column

Hi, 

 

I have a Dataverse table which shows lists of entries. I have created a Datacard which displays the Count of all records in a particular column. 

 

What I want to then show is the Count multiplied by a specific value in £ ; would this be in a Datacard or in a text box? 

 

Thanks,

K.

1 ACCEPTED SOLUTION
v-jayw-msft
Community Support
Community Support

Hi @Kosenurm ,

 

Create a measure use count() function to get the count value.

measure = count('Table'[column])*max('Table'[£])

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

View solution in original post

2 REPLIES 2
v-jayw-msft
Community Support
Community Support

Hi @Kosenurm ,

 

Create a measure use count() function to get the count value.

measure = count('Table'[column])*max('Table'[£])

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
amitchandak
Super User
Super User

@Kosenurm , In a new measure

= count(Table[column]) *10

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.