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 August 31st. Request your voucher.
Hi guys,
I am pretty new to DAX and I need a little help in solving an issue. Here my situation:
2 tables:
- PROJECT: project ID
- LEDGER LINES: posting date, project id
Desired outcome in table PROJECT: project ID, earlest date, latest date
I basically want to create 2 calculated columns in table project showing me earliest and latest activity in the project. Any help with the formulas I need for these 2 columns? Thanks!!
Solved! Go to Solution.
Hi @allejot,
As per your question I have created the below table.
1. Create a new column as
Best Regards,
Shreya
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Hi @allejot,
i would recommend creating a relationship between the two tables.
After this you can easily create your columns with the earliest and the latest date.
Therfore create a new column in the Project Table.
Hi @allejot,
As per your question I have created the below table.
1. Create a new column as
Best Regards,
Shreya
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
User | Count |
---|---|
26 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
30 | |
14 | |
12 | |
12 | |
7 |