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 August 31st. Request your voucher.
Hi All
How can I amend the following DAX Table Code to filter the Sentiment Column for the value Positive only? I am able to retrieve it as a column from the 01_Data_v0 1Dashboard table, but I can't work out how to only bring in rows with the value Positive?
The measures under SUMMARIZECOLUMNS would be sooooooo much simpler if you unpivoted the table... This is actually what should be done in the first place.
Please remember that fact tables should be long but narrow, dimensions should be short but possibly wide.
Best
D
I think you need to use the filterTable parameter:
https://docs.microsoft.com/en-us/dax/summarizecolumns-function-dax
User | Count |
---|---|
26 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
30 | |
14 | |
12 | |
12 | |
7 |