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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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