Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Dear all,
Our server refreshes after 12:am daily, I want to restricted data yesterday.
This means if our server refreshes on 13th Sep.2023 I want data in pBI till 12th September.
Regards,
Solved! Go to Solution.
Hi @naseem_1973
You can consider to use datebetween() function in a measure to restrict it.
e.g Measure=CALCULATE(SUM(),DATESBETWEEN(‘Table’[Date], MIN('Table'[Date]), TODAY() - 1))
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Create a new column in date table or my data table date column?
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
112 | |
105 | |
95 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |