Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I have a matrix table, where I want a measure that gives me the total count of fields with values.
In the below image, we have 37 fields that have values and 11 fields that do no exist.
I know it not possible to calculate the fields which do not exist(11)
How to write a measure that gives 37(fields with values) in this example?
Solved! Go to Solution.
@Anonymous , Try like
countx('TLX Job',[Cycles])
countx(summarize('TLX Job','TLX Job'[Value],'TLX Job'[Date],"_1",[Cycles]),[_1])