March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all,
Is there some way of hiding all values (subtotals and individual category values) from a column leaving just the grand total in the bottom?
What I mean is that I have this:
And I need it to show up like this:
The pink fields are subtotals for each country/group of categories.
Cheers,
J.
Solved! Go to Solution.
Here is one way:
Assuming:
Group of categories field = Table A[Group of categories]
Country field = Table B [Countries]
Variance measure = [Variance]
Use a measure along the lines of
Only totals =
SWITCH (
TRUE (),
ISINSCOPE ( 'Table A'[Group of categories] ), BLANK (),
ISINSCOPE ( 'Table B'[Countries] ), BLANK (),
[Variance]
)
Proud to be a Super User!
Paul on Linkedin.
Here is one way:
Assuming:
Group of categories field = Table A[Group of categories]
Country field = Table B [Countries]
Variance measure = [Variance]
Use a measure along the lines of
Only totals =
SWITCH (
TRUE (),
ISINSCOPE ( 'Table A'[Group of categories] ), BLANK (),
ISINSCOPE ( 'Table B'[Countries] ), BLANK (),
[Variance]
)
Proud to be a Super User!
Paul on Linkedin.
Worked as a charm, thanks 🙂
Please check out the Row Subtotals options in the visual. You can select which fields to show subtotals for. In this case, I have it turned off for Product but on for Category.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@JohnS1968 , Under the row subtotal, Remove all subtotal, other than the first level.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
91 | |
90 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |