The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I want to apply a measure on 103 columns that have a name beginning with "customfield_xxx".
Here is the measure:
CF10111 = CALCULATE (COUNT (GetIssues [customfield_10111]); GetIssues [customfield_10111] <> BLANK ())
cordially
Hi @Anonymous
Do you mean you'd like to get below measure?
CF10111 = CALCULATE (COUNT (GetIssues [customfield_10111]), Filter(GetIssues,[customfield_10111] <> BLANK ())
Hello,
Yes I wish a new table with this measure for my 103 columns
User | Count |
---|---|
71 | |
64 | |
62 | |
50 | |
28 |
User | Count |
---|---|
117 | |
75 | |
61 | |
54 | |
42 |