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.
Dax question. Below is a matrix of results and the rows/columns/values in the PowerBI project. I need to count the number of values that are less than zero (see below).
What I'm looking for is something like this:
Any ideas would be appreciated.
@mikeoshields , Try measure like
countrows(summarize(Table[productCD], Table[Qtyonhand], Table[Date].Year, Table[Date].month))
or
countrows(summarize(Table[productCD], Table[Date].Year, Table[Date].month))
Thanks but that did not give me what I need. I'd be happy to upload an excel file with the raw data as well as the PowerBI file but there doesn't seem to be a way to do that!
I've included a link to the .pbix file as well as an excel spreadsheet of the raw data. Again, any help is appreciated.
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
8 | |
7 |