Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello Everyone,
Name 2021 Count 2022 count 2025 Count
A 13
B 3
C 9
D 7
I have this data I need to add calculated columns Dynamically -- 2021 count, 2022 count .... 2025 count on every year .
Will it be possible in Power BI?
Regards,
Raman PC
Solved! Go to Solution.
Hi @Raman3456 ,
Yes. It is easily doable in Power BI.
Create a Calendar table using CALENDAR and link it to your data table by year. Use a Matrix visual with Name in Rows, Year from the Calendar table in Columns, and your Count in Values for a dynamic, scalable solution.
Best regards,
Thanks for the reply from DataNinja777 , please allow me to provide another insight:
Hi @Raman3456 ,
Here are the steps you can follow:
1. In Power Query – Add Column – Date – Year -- Year.
2. Select [Year] – Tramsform – Pivot Column.
Values Column – [Date]
Aggregate Value Function – Count(ALL)
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Thanks for the reply from DataNinja777 , please allow me to provide another insight:
Hi @Raman3456 ,
Here are the steps you can follow:
1. In Power Query – Add Column – Date – Year -- Year.
2. Select [Year] – Tramsform – Pivot Column.
Values Column – [Date]
Aggregate Value Function – Count(ALL)
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Raman3456 ,
Yes. It is easily doable in Power BI.
Create a Calendar table using CALENDAR and link it to your data table by year. Use a Matrix visual with Name in Rows, Year from the Calendar table in Columns, and your Count in Values for a dynamic, scalable solution.
Best regards,
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |