Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a SharePoint list with 12 columns, each column representing one calendar month. The columns have a dollar value, or null.
Each row represents a product code, and a year.
How do I sum the row, so that I have one dollar value, per year, per product?
Sure I could group and explicitly code each column name, but maybe there is some magic row sum formula?
From this
Product | Year | F1 | F2 | F3 | F4 | .... | F12 |
X | 2023 | 100 | null | 100 | null | null | |
Y | 2024 | 100 | 100 | 100 | null | 100 |
To this
Product | Year | Total |
X | 2023 | 700 |
Y | 2024 | 900 |
Solved! Go to Solution.
1. select product and year column and unpivot other columns
2. group by
Proud to be a Super User!
1. select product and year column and unpivot other columns
2. group by
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
57 | |
38 | |
36 |
User | Count |
---|---|
82 | |
67 | |
61 | |
46 | |
45 |