I want to replicate the similar thing in Quicksight, How do I achieve it?
I need bins with values starting from 0 to 1800 and then want to show percent of total across the bins for each row .
You have to use percentOfTotal function. I have made 3 solutions to show :
- percentage of total across the bins for each row = percentOfTotal(sum(VALOR),[MEDIDA])
- percentage of total across the bins for each col = percentOfTotal(sum(VALOR),[BIN])
- percentage of total across the bins for general total = percentOfTotal(sum(VALOR))
Let me know if that resolves the issue!
Regards, José Miguel Burrull
1 Like
Hi @Hunny ,
I’m marking @jose_burrull 's response as solution here.
Please let us know if you have further questions.
Regards,
Arun Santhosh
Pr QuickSight SA
2 Likes