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.
In Excel I have been using the following expression in Column C
=if(A3<1, B3*21, C2)
Essentially returning the calculated value in column C if the value in column A is lees than 1 and the value in the previous row of column C if it is greater than 1.
How can this be done in a calculated column in PowerBI?
See sample data below.
A | B | C |
0.2 | 5.3 | 111.3 |
0.3 | 5.2 | 109.2 |
0.5 | 5.8 | 121.8 |
0.2 | 5.7 | 119.7 |
1.5 | 8.4 | 119.7 |
1.6 | 8.4 | 119.7 |
0.2 | 5.3 | 111.3 |
0.3 | 5.4 | 113.4 |
0.2 | 5.3 | 111.3 |
0.2 | 5.2 | 109.2 |
1.5 | 8.4 | 109.2 |
1.6 | 8.4 | 109.2 |
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |