Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I used below formula to replace the value based on theprevious value using Index column but it takes too much time to load and when I apply the next step it show the error. Is there any alternative formula I can use?
 Table.AddColumn(#"Added Index", "Custom", each if ConScorecard[Hours]{[Index]} = ConScorecard[Hours]{[Index]-1} then "0" else ConScorecard[Hours]{[Index]})
Thank you!
Solved! Go to Solution.
You may use RANKX Function to add a calculated column.
https://community.powerbi.com/t5/Desktop/IF-AND-dax-Formula/m-p/293991#M129654
You may use RANKX Function to add a calculated column.
https://community.powerbi.com/t5/Desktop/IF-AND-dax-Formula/m-p/293991#M129654
Hi,
I have a table which has 10 columns. One of the column has duplicate value for the same month which I want to replace with "0". Please look at the highlighted cell value which I want to replace with "0" because those are duplicate value. I can't run remove duplicate function because it will eliminate entire row, which has some data I may not want to lose.
 
Thank you!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.