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.
Hi Experts,
ASA Made measure containts the zero and 1's as 4'th column. I would like to show the 1's and zero's count in the pie chart for this i have derived 2 measures.
ASA Pass = COUNTAX(FILTER('Call Type Interval','Call Type Interval'[ASA Made (25s)] = 1), [ASA Made (25s)])
Expected o/p is 26
ASA Fail= COUNTAX(FILTER('Call Type Interval','Call Type Interval'[ASA Made (25s)] = 0), [ASA Made (25s)])
Expected o/p is 1
but the count is showing d/f.
Could you please help me on this issue.
Hi @basirve ,
It's hart to reproduce your problem, could you please share your pbix file to have a test if possible?
Regards,
Daniel He