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.
Hello, I am looking for a DAX that will give multiple rows as output based on a filter condition. Can anyone help?
Hello @Anonymous
You can try
New Measure =
Calcualte(
Count( Table[name] ),
Table[Name]= "John"
)
Check this How to Get Your Question Answered Quickly
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |