The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am trying to create a measure that will give me the count of departments based on a multiple selection slicer.
The data:
Employee | Department |
12345 | 5501 |
25466 | 5431 |
22334 | 9855 |
84725 | 5501 |
If the slicer was set to Dept 5501, the expected value would be 2
If the slicer was set to Dept 5501 & 5431 the expected value would be 3.
Can anyone assist with a measure for this?
Thanks!
Solved! Go to Solution.
Hi,
try:
Hi,
try: