Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
When using table functions like FILTER, ALL, etc, you must reference the table name/query separated by a comma (in bold) and then you reference the column/field you want filtered, e.g.,
OpenTotal = CALCULATE(
SUM( Query1[leadId] ),
FILTER( Query1, Query1[activity] = "opened") )
This may not be the perfect DAX syntax, but you get the idea.
When using table functions like FILTER, ALL, etc, you must reference the table name/query separated by a comma (in bold) and then you reference the column/field you want filtered, e.g.,
OpenTotal = CALCULATE(
SUM( Query1[leadId] ),
FILTER( Query1, Query1[activity] = "opened") )
This may not be the perfect DAX syntax, but you get the idea.
User | Count |
---|---|
72 | |
66 | |
34 | |
25 | |
22 |
User | Count |
---|---|
96 | |
94 | |
58 | |
45 | |
42 |