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
Is there a easy way to display a count of the total number of visible rows (filtered items showing) vs the total number of items without active filters in power bi?
Solved! Go to Solution.
@Anonymous , try like
Count = calculate(countrows(Table))
All count = calculate(countrows(Table),all(Table))
All Sel count= calculate(countrows(Table),allselected(Table))
@Anonymous , try like
Count = calculate(countrows(Table))
All count = calculate(countrows(Table),all(Table))
All Sel count= calculate(countrows(Table),allselected(Table))
Sure
COUNT('Table')
And
COUNT(ALL('Table'))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!