Forum Discussion
Sum Cards with dynamic value
If I understand correctly you want to select the percentages in the right and add those values to.the cards on the left, so if you have the 1st number 5.73k and select 50% you want to have 5.73k +( 5.73k*0.50).
You need to make somethong.like this:
Measure = Measure *1+min(table[percentage])
Regard,
MFelox
I am wanting to add all the cards on the left. For example, I could select 30% on the first card, 20% on the second, etc and then be able to sum them all up and the number be dynamic that way if I wanted to change the percentage on the first one, it would change the total. Does that make sense? Not sure if that is even a possibility. Thank you for the help!
- MFelix9 years agoSuper User
How are you getting the values on the cards? Is it a measure or do calculate it directly from a column in your data?
Mfelix
- ktaylorBHS9 years agoNew Member
It is from a column on an Excel spreadsheet.
- v-huizhn-msft9 years agoMicrosoft Employee
Hi ktaylorBHS,
Whta's the visual you used?
>>For example, I could select 30% on the first card, 20% on the second, etc and then be able to sum them all up and the number be dynamic that way if I wanted to change the percentage on the first one, it would change the total.
If we create slicer visual, we can filter the table by clicking special value on it. For your requirement, how to select the 30% on the first, 20% on the second? Do you mind share your .pbix file for further analysis?
Thanks,
Angelia