Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi
I have a large survey data form 2014-2017 and I want to calculate how many responses were received each year (both count as well as %) by year and show the same in my BI dashbaord.
Year Response Count fo Y/N
2014 y Sum of all yes in 2014
2014 n Sum of all no in 2014
2015 y Sum of all yes in 2015
2015 n Sum of all no in 2015
Thanks for help.
Hi,
Unable to attach the pbix file. Pls see the photos attach and hope this is what you are looking for.
1. Created dummy survey table1
2. Created 3 measured as follows:
Count of Y/N = CALCULATE(COUNTA(Table1[Responsed (Y or N)]),FILTER(Table1,Table1[Year]=Table1[Year]))
Total responsed by year = CALCULATE(COUNTA(Table1[Responsed (Y or N)]),ALLEXCEPT(Table1,Table1[Responsed (Y or N)]))
% Responsed by Yr = DIVIDE([Count of Y/N],[Total responsed by year])
3. Created the result using Table Preview visualizations.
Cheer,
NH
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
89 | |
52 | |
45 | |
39 | |
38 |