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 all,
I am a PowerBI newbie so please direct me to the correct forum if this question does not belong here.
I have a column called FromDate with the below content -
FromDate
2020-06-18T00:00:00
2020-01-31T00:00:00;2022-03-23T00:00:00;2020-11-17T00:00:00
2020-02-03T00:00:00;2021-04-12T00:00:00
I am looking to find the max date for this column. Any help is greatly appreciated.
Kind Regards,
R
Solved! Go to Solution.
1st Step : Split column by separator ; in Power Query , then add index column .
2nd Step : unpivot the table
3rd Step : Wirte Dax code like below
1st Step : Split column by separator ; in Power Query , then add index column .
2nd Step : unpivot the table
3rd Step : Wirte Dax code like below
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
6 |