Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have the following table:
I need to return just one value from the column "Total de Horas" based on the criteria of the column "workdays.data.shift_appointments". E.g.: I need to return the value related to 8:00 hours. Please, how could I do this?
PS: All values are formatted according to Brazilian Portuguese Standard
Solved! Go to Solution.
Try
Selected total hours =
CALCULATE (
MIN ( 'Table'[Total de horas] ),
KEEPFILTERS ( 'Table'[workdays.data.shift_appointments] = "08:00" )
)
Try
Selected total hours =
CALCULATE (
MIN ( 'Table'[Total de horas] ),
KEEPFILTERS ( 'Table'[workdays.data.shift_appointments] = "08:00" )
)
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
88 | |
86 | |
83 | |
65 | |
49 |
User | Count |
---|---|
127 | |
108 | |
88 | |
70 | |
66 |