This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Good afternoon
I'm stuck to make this formula. What I need is a different count of dates, but one that takes into account both the month and the id.
That is, in month 7, the 100 employee has been there for 3 days.
Would there be any way to put this double filter?.
It will make you catch the month filter:
But for the employee filter, you have to depend on each employee, not do a =100 (for example)
In other words, I don't want to:
Solved! Go to Solution.
@Anonymous,
Try this measure:
RESULTADO CONTAR DISTINTO =
CALCULATE (
DISTINCTCOUNT ( 'Production Data: Capacity Hours (Antonio)'[DAY] ),
ALLEXCEPT (
'Production Data: Capacity Hours (Antonio)',
'Production Data: Capacity Hours (Antonio)'[ID],
'Production Data: Capacity Hours (Antonio)'[MO]
)
)
Proud to be a Super User!
@Anonymous,
Try this measure:
RESULTADO CONTAR DISTINTO =
CALCULATE (
DISTINCTCOUNT ( 'Production Data: Capacity Hours (Antonio)'[DAY] ),
ALLEXCEPT (
'Production Data: Capacity Hours (Antonio)',
'Production Data: Capacity Hours (Antonio)'[ID],
'Production Data: Capacity Hours (Antonio)'[MO]
)
)
Proud to be a Super User!
That's great!!!
It works perfect. Thanks a lot!
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 33 | |
| 25 | |
| 23 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 20 |