The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I wish to only display the numerical total and conceal the "Text Total" at the bottom.
Even though the total appears to be incorrect, is there anyone who can assist me in figuring out the issue?
I would like to have the
It would be helpful to have the Subtotal text removed/hidden from matrix table view.
Hello @Anonymous ,
You could refer to this video which will show you how to remove the totals you don't want to show
https://www.youtube.com/watch?v=ocbpz2Z_tr8&t=113s
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
@Anonymous , You can use isinscope to do that
If(isinscope(table[TeamName]) , [Sum Measure], [Current Measure])
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/