Patient Internal Id | CCA | SCIndicator | SessionCodes |
185763 | 1 | ||
185763 | 1 | 10/4/2017 0:00 | |
185763 | 1 | 10/11/2017 0:00 | |
185763 | 1 | 11/1/2017 0:00 | |
185763 | 1 | 11/28/2017 0:00 | |
185763 | 1 | 12/11/2017 0:00 | |
185763 | 1 | 1/16/2018 0:00 | |
185763 | 1 | 1/29/2018 0:00 | |
185763 | 1 | 2/26/2018 0:00 | |
185763 | 1 | 3/7/2018 0:00 | |
185763 | 1 | 3/21/2018 0:00 | |
185763 | 1 | 4/10/2018 0:00 | |
185763 | 1 | 4/25/2018 0:00 | |
185763 | 10/17/2017 0:00 | 0 |
Solved! Go to Solution.
@anwilkins , Try a new column like
Column =
var _min = minx(filter(Table, [Patient Internal Id] =earlier([Patient Internal Id]) && not(isblank([CCA])) ),[CCA])
return
if ('MERGE_BillingSUMMARY'[SessionCodes] >_min ,1,0 )
@anwilkins , Try a new column like
Column =
var _min = minx(filter(Table, [Patient Internal Id] =earlier([Patient Internal Id]) && not(isblank([CCA])) ),[CCA])
return
if ('MERGE_BillingSUMMARY'[SessionCodes] >_min ,1,0 )
Hey Amitchandak, I had to do a bit more configuration but yes...this did get me the first date, now I need the second date. If you will refer to this link, you will see the entire request in a different post.
Pull the next sequential service date that use spe... - Microsoft Power BI Community
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Mark your calendars and join us on Thursday, May 26 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
351 | |
100 | |
64 | |
54 | |
47 |
User | Count |
---|---|
339 | |
125 | |
88 | |
66 | |
66 |