Forum Discussion
Still-Learning
6 years agoNew Member
SIMPLE? - data modeling question
Hello, I am newer to PowerBI so I appreciate any help. My desired end state is a table with one row per client and one column per documentation type. In the respective documentation type columns, ...
parry2k
6 years agoSuper User
Still-Learning add the following measure
Max Date by Client and Dco Type = CALCULATE ( MAX ( 'Table'[Date of Document] ), ALLEXCEPT ( 'Table', 'Table'[Client], 'Table'[Document Type] ) )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!