Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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!
User | Count |
---|---|
85 | |
73 | |
73 | |
57 | |
51 |
User | Count |
---|---|
44 | |
41 | |
35 | |
34 | |
30 |