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,
I was hoping to get some assistance on how to write a Dax formula that replaces blank values with 0's in a formula that is performing a COUNT or DISTINCTCOUNT function. The formula I have is below.
Also, not sure why this was left out of the previous message as I inputted it. Below is a view of the type of visual I am attempting to include this on. I got rid of the column values for confidentiality but it is a concatenated value of Teammate Job Title and Teammate Name.
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
21 | |
14 | |
14 | |
9 | |
7 |