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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all,
Please could someone advise the DAX code for the below required calculated columns:
Column 1:
Column 2: DAX Required
Column 3: DAX Required
Column 4: DAX Required
Columns 2-4 need to relate to that consultant.
Thanks,
Henry
@HenryJS ,
Could you please share more details about "Columns 2-4 need to relate to that consultant."?
Regards,
Jimmy Tao
Hi @HenryJS
try
Open Jobs = CALCULATE(COUNTROWS('Table'), ALLEXCEPT('Table','Table'[UserName]), 'Table'[JobStatus]="open")
Advertised Open Jobs = CALCULATE(COUNTROWS('Table'), ALLEXCEPT('Table','Table'[UserName]), 'Table'[HasAdvert]="yes")
% Jobs Advertised = [Open Jobs]/[Advertised Open Jobs]
then for column % Jobs Advertised set data type as percent in Modeling ribbon
do not hesitate to give a kudo to useful posts and mark solutions as solution
Hi @az38
Instead of Count Rows, how do I make it output a '1' if the expressions we input are true?
Thanks,
Henry
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 135 | |
| 102 | |
| 67 | |
| 65 | |
| 56 |