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.
Dear Community,
I have a flat table
Column 1 | Column 2 | Column Uniq | Column Value 1 | Column Value 2 | Formula | Expected Result |
aaaa | 1111 | aaaa1111 | 100 | 12 | 100/(12+3)*12 | 80 |
aaaa | 1111 | aaaa1111 | 100 | 3 | 100/(12+3)*3 | 20 |
bbbb | 2222 | bbbb2222 | 200 | 5 | 100/5*5 | 100 |
What formula can be used to receive expected result ?
Solved! Go to Solution.
Hi @slyfox
Try this column
Column = DIVIDE ( [Column Value 1] * [Column Value 2], CALCULATE ( SUM ( TableName[Column Value 2] ), ALLEXCEPT ( TableName, TableName[Column 1] ) ) )
Hi @slyfox
Try this column
Column = DIVIDE ( [Column Value 1] * [Column Value 2], CALCULATE ( SUM ( TableName[Column Value 2] ), ALLEXCEPT ( TableName, TableName[Column 1] ) ) )
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 | |
67 | |
67 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |