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! Get ahead of the game and start preparing now! Learn more
hello guys i need a big help.
I have a table that has a calculated column, I needed that when this column gives the result 3, the b.i can count how many days from the day the 3 appeared, how many days the 3 will appear, that is, I needed to increment the current day with the following days .
EXAMPLE:
Today
Next Day...
Next Day...
and later it will add all the days that the column continues with the number 3
tks for help me 🙂
Solved! Go to Solution.
@Spotto , do you have a date column? If so we can do. We need some reference point of data to be added
example
new column =
var _1 = datediff([Date], today(), day)
return
if(_1 <=3, _1, 3)
@Spotto , do you have a date column? If so we can do. We need some reference point of data to be added
example
new column =
var _1 = datediff([Date], today(), day)
return
if(_1 <=3, _1, 3)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |