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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello, I'm having a difficult time understanding why my custom column isn't working. It's basically just saying
if..... then [#"Column Name"] {[Index]} -1
I have an [Index] column starting at 0 and [Column Name] (containing decimal numbers). I just want to pull the previous row's decimal number if the current row shows a blank. There are no nulls in the table, they've all been replaced with 0s.
Solved! Go to Solution.
I believe I solved it by adding the Table name before the column. ie:
#"Table Name"[#"Column Name"]{[Index]-1}
I believe I solved it by adding the Table name before the column. ie:
#"Table Name"[#"Column Name"]{[Index]-1}
| User | Count |
|---|---|
| 19 | |
| 10 | |
| 8 | |
| 8 | |
| 7 |