The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
i have a colum with money value's and a colum with percentage now i want to measure hopw much a money a percentage is from the money
Money Percentage
38394,00 22%
55579,00 22%
37676,00 25%
so i want to know how much 22% is from the money
Yes i could for example
38394 i want 20% of that value so that would be 7678,80
try to add a calculated column like:
column = [Money] * [Percentage]
or?
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |