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 September 15. Request your voucher.
OK, I have come to a complete stop and frustration....
I have timesheets that are sorted in data column 'Billable' False or True
I am trying to create reports to seperate this but I am at a loss how to do this.
Help please - greatly appreciated
Solved! Go to Solution.
Hi @NicDidds
you can use matrix and use billable true/false column, or if you want to use conditional formating you can convert your true/false column to integer and use it for conditional formatting as below.
Measure = SELECTEDVALUE( table[Column] ) + 0
Hi @NicDidds ,
You need a measure as below:
Measure = SELECTEDVALUE( 'Table'[Column1] ) + 0
Then in the table visual,right click on the column field>choose conditional formatting>Background color:
Then make the setting as below:
And you will see:
For the related .pbix file,pls click here.
Hi @NicDidds
you can use matrix and use billable true/false column, or if you want to use conditional formating you can convert your true/false column to integer and use it for conditional formatting as below.
Measure = SELECTEDVALUE( table[Column] ) + 0
Boolean can be treated as 1 and 0. Try with that.
Sorry... I am a complete beginner!
I have no idea what that means.
Is there a measure I can create ?
Hi @NicDidds ,
You need a measure as below:
Measure = SELECTEDVALUE( 'Table'[Column1] ) + 0
Then in the table visual,right click on the column field>choose conditional formatting>Background color:
Then make the setting as below:
And you will see:
For the related .pbix file,pls click here.
User | Count |
---|---|
69 | |
69 | |
66 | |
54 | |
28 |
User | Count |
---|---|
112 | |
82 | |
66 | |
48 | |
43 |