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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi
I have a date table (below) and im trying to create a column to show the minium date for previous period '-2' and for '-1', and for '0' etc etc.
In excel it would be minifs(date,previous period=previous period). See below.
Solved! Go to Solution.
@User7664
Add the following column:
Column =
CALCULATE(
MIN( ActualDateRange[Date] ),
ALLEXCEPT(ActualDateRange , ActualDateRange[Previous Period] )
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@User7664
Add the following column:
Column =
CALCULATE(
MIN( ActualDateRange[Date] ),
ALLEXCEPT(ActualDateRange , ActualDateRange[Previous Period] )
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |