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.
I have created a table like this :
And then used different measures to count the percentages of the TRUE or FALSE or NA for each question:
CountTrueQ1 = CALCULATE(COUNTROWS(FILTER('Q&A','Q&A'[Q1]="T")))/COUNTROWS('Q&A')*100
CountFalseQ1 = CALCULATE(COUNTROWS(FILTER('Q&A','Q&A'[Q1]="F")))/COUNTROWS('Q&A')*100
CountNAQ1 = CALCULATE(COUNTROWS(FILTER('Q&A','Q&A'[Q1]="NA")))/COUNTROWS('Q&A')*100
But I couldn't plot in the 100% stacked column chart, so now it is a challenge for me too
I hope others can help
Hi Daeglsy,
Could you share some sample data for further analysis?
Regards,
Jimmy Tao