The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
48 | |
44 |