Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a matrix visual, in the row field have sales persons and in the values trying to add a measure, the measure is currently defined as below:
Solved! Go to Solution.
IF(DISTINCTCOUNT('Table'[Department ID]) = 1, 0, BLANK()),
pls try this
Measure = LEN(MAX('sales' [persons]))*0
IF(DISTINCTCOUNT('Table'[Department ID]) = 1, 0, BLANK()),
I have taken a look at the link above, I don't think this is what I am look for, the article refers to showing rows with no values, but I am not trying to do this instead I want to show a 0 for every row in the department field inside a matrix, this 0 is hardcoded and does not belong to a column and/or table.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |