Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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 |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |