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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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