The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello everybody, i would like to filter on a table using a nested filter. here is my exemple :
i would like to remove the "ccube osgroup.name" = "Sans OS indiqué" and "type" <> 50 and keep all the rest.
i tried this in dax but it didn't work :
Thank you in advance for your answers,
Solved! Go to Solution.
@Anonymous , Try like
obs = CALCULATETABLE (
obsolescences, filter(obsolescences, not(obsolescences[ccube osgroup.name] = "Sans OS indiqué" && obsolescences[type] <> 50))
)
@Anonymous , Try like
obs = CALCULATETABLE (
obsolescences, filter(obsolescences, not(obsolescences[ccube osgroup.name] = "Sans OS indiqué" && obsolescences[type] <> 50))
)
yes it work thank you very much
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
88 | |
71 | |
48 | |
46 |