Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
68 | |
67 | |
41 | |
39 |
User | Count |
---|---|
48 | |
44 | |
29 | |
28 | |
28 |