Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
@DRNEWTR Try:
Measure =
VAR __Table =
DISTINCT(
SELECTCOLUMNS('DATA',"STORE",[STORE],"ORDER NUMBER",[ORDERNUMBER],"PERSON",[PERSON])
)
RETURN
SUMX(__Table,[PERSON])
@DRNEWTR Try:
Measure =
VAR __Table =
DISTINCT(
SELECTCOLUMNS('DATA',"STORE",[STORE],"ORDER NUMBER",[ORDERNUMBER],"PERSON",[PERSON])
)
RETURN
SUMX(__Table,[PERSON])
Thank You So Much.
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 | |
17 | |
16 |
User | Count |
---|---|
37 | |
20 | |
19 | |
17 | |
11 |