Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
Solved! Go to Solution.
Hi @Kosenurm ,
Create a measure use count() function to get the count value.
measure = count('Table'[column])*max('Table'[£])
Best Regards,
Jay
Hi @Kosenurm ,
Create a measure use count() function to get the count value.
measure = count('Table'[column])*max('Table'[£])
Best Regards,
Jay
@Kosenurm , In a new measure
= count(Table[column]) *10
User | Count |
---|---|
117 | |
77 | |
57 | |
47 | |
39 |
User | Count |
---|---|
166 | |
119 | |
61 | |
58 | |
52 |