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 August 31st. Request your voucher.
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])