Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi, I am having trouble writing a mesure that will get me the first date base on a non blank value of a specific column
Here an exemple of my data:
and the expected result would me something like that:
Thanks for your help!
Solved! Go to Solution.
First N-Blank Date Value A= CALCULATE(MIN('Table'[Date]),FILTER(ALLEXCEPT('Table','Table'[Account]),'Table'[Value A]<>BLANK()))
First N-Blank Date Value B = CALCULATE(MIN('Table'[Date]),FILTER(ALLEXCEPT('Table','Table'[Account]),'Table'[Value B]<>BLANK()))
First N-Blank Date Value A= CALCULATE(MIN('Table'[Date]),FILTER(ALLEXCEPT('Table','Table'[Account]),'Table'[Value A]<>BLANK()))
First N-Blank Date Value B = CALCULATE(MIN('Table'[Date]),FILTER(ALLEXCEPT('Table','Table'[Account]),'Table'[Value B]<>BLANK()))
I have the exact scenario and I need to return the value A which is corresponding to the month in the result column. Possible?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
20 | |
18 | |
18 | |
17 |
User | Count |
---|---|
36 | |
22 | |
19 | |
18 | |
11 |