Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi Power Bi Expertise,
Need your helps on how to highlight in table for maximum test time based on specific criteria? Mean
Solved! Go to Solution.
Hi @Anonymous ,
Pls use measure like the below:
test =
IF (
MAX ( 'Table'[Test Time U] )
= CALCULATE (
MAX ( 'Table'[Test Time U] ),
FILTER (
ALL ( 'Table' ),
'Table'[Machine] = MAX ( 'Table'[Machine] )
&& 'Table'[Model Categroy] = MAX ( 'Table'[Model Categroy] )
)
),
"Red"
)
Then format:
Best Regards
Lucien
Hi @Anonymous ,
Pls use measure like the below:
test =
IF (
MAX ( 'Table'[Test Time U] )
= CALCULATE (
MAX ( 'Table'[Test Time U] ),
FILTER (
ALL ( 'Table' ),
'Table'[Machine] = MAX ( 'Table'[Machine] )
&& 'Table'[Model Categroy] = MAX ( 'Table'[Model Categroy] )
)
),
"Red"
)
Then format:
Best Regards
Lucien
Hi @Anonymous
Requirement is not clear, please describe and please share sample screenshot.
Proud to be a Super User! | |
Hi @PijushRoy ,
Thanks for your fast response. BTW, here is the example of the table, i want to highlight row that have the max test time based on machine and model. Thanks 🙂
@Anonymous
Please use Conditional Formatting logic for all column
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting
If Solved, mark as SOLUTION
Proud to be a Super User! | |
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |