I got this columns
Date columnX Output Expect
02/02/2013 12:00:00 0 02/02/2013 12:10:00
02/02/2013 12:10:00 1
02/02/2013 12:20:00 0
02/02/2013 12:30:00 0
I go to columnX i can make a count (to get all = 1 ), but instead of showing the count number i want to display the date where columnX is equal to 1 , i already tried filters and calculate but dont know how can i make this.
Where is 1 should be displayed the date
Solved! Go to Solution.
Or this:
Measure = CALCULATE(MAX(Table[Date], Table[columnX]=1)
See https://www.sqlbi.com/articles/filter-arguments-in-calculate/ to learn more.
See https://www.sqlbi.com/articles/filter-arguments-in-calculate/ to learn more.
Or this:
Measure = CALCULATE(MAX(Table[Date], Table[columnX]=1)
Check out new user group experience and if you are a leader please create your group
100+ sessions, 100+ speakers, Product managers, MVPs, and experts. All about Power BI. Attend online or watch the recordings.
User | Count |
---|---|
430 | |
181 | |
100 | |
86 | |
60 |
User | Count |
---|---|
454 | |
200 | |
142 | |
108 | |
87 |