Forum Discussion
Total - Tabelas
Bom dia,
Em diversos casos em que utilizo uma tabela eu gostaria de poder personalizar para cada coluna se insiro ou não o total.
Por exemplo:
Caso eu tenha a tabela abaixo:
Eu gostaria que todos os totais aparecessem, com exceção do total destacado ($5.49), porém, quando vou configurar isso na tabela, o Power BI não me permite selecionar para quais colunas eu gostaria que o total aparecesse, permitindo apens ou inserir em todas as colunas ou em nenhuma.
Existe alguma forma de eu resolver isso, de preferência utilizando a tabela nativa do Power BI?
If you use measures for all of those, you could use the same technique where IF HASONEVALUE, show the measure, otherwise return BLANK. That will return nothing for the total line.
3 Replies
- Greg_DecklerCommunity Champion
I pretty much can't read a word of this, but I am guessing...
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907- BINanovetoresFrequent Visitor
Not exactly,
It's a visualization problem.
There are a few columns that i wouldn't like that the total appears. But I can't personalize the total of only one column, so, or i have to show all the totals for the colums or none.
- Greg_DecklerCommunity Champion
If you use measures for all of those, you could use the same technique where IF HASONEVALUE, show the measure, otherwise return BLANK. That will return nothing for the total line.