Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello community,
is it possible to show data in matrix table as it is and just show the count total in totals field?
Should look like this:
Solved! Go to Solution.
@Anonymous , as you have taken ID, You can Max of the delta as a measure, and use isinscope to switch total
if(isinscope(Table[ID]), Max(Table[delta]), Count(Table[Delta]))
refer if needed
https://xxlbi.com/blog/new-dax-function-isinscope/
@Anonymous , as you have taken ID, You can Max of the delta as a measure, and use isinscope to switch total
if(isinscope(Table[ID]), Max(Table[delta]), Count(Table[Delta]))
refer if needed
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.