Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello,
I am trying to create a column (difference) in which votes achieved are subtracted from max votes achieved. I am able to do so for whole table, but if I apply filter to consituency name = any option, it don't change the value. I want the difference value should now consider max value of filtered consituency data.
Please find relevant images for same. Help me achieve it, please!
Solved! Go to Solution.
Hi @Anu,
If I understand you correctly, you should be able to use the formula below to create a measure(not column) to calculate difference in your scenario. ![]()
measure =
CALCULATE ( MAX ( 'table1'[votes achieved] ), ALLSELECTED ( 'table1' ) )
- MAX ( 'table1'[votes achieved] )
Note: You'll need to replace 'table1' with your real table name.
Regards
Hi @Anu,
If I understand you correctly, you should be able to use the formula below to create a measure(not column) to calculate difference in your scenario. ![]()
measure =
CALCULATE ( MAX ( 'table1'[votes achieved] ), ALLSELECTED ( 'table1' ) )
- MAX ( 'table1'[votes achieved] )
Note: You'll need to replace 'table1' with your real table name.
Regards
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 59 | |
| 51 | |
| 42 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 108 | |
| 104 | |
| 35 | |
| 26 | |
| 26 |