Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi - please can someone help me. I need to create a measure to only count the ones per column? e.g there would be 3 for Declined.
Solved! Go to Solution.
Hello, if you only want to count the "1" in declined, then just do the follwoing
COUNTROWS(FILTER(table, table[declined] = 1))
or
CALCULATE(count(table[declined]), table[declined] = 1)
Perfect - Thank you!
Hello, if you only want to count the "1" in declined, then just do the follwoing
COUNTROWS(FILTER(table, table[declined] = 1))
or
CALCULATE(count(table[declined]), table[declined] = 1)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.