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
Apologies if this is a duplicate post.
I would like to set up conditional formatting, comparing one value in a column to another value in a column (for the same row.) I want to know if Monthly Average Time on a Page is larger than the Yeary Average Time on a Page.
Sample table:
| Page | Monthly Average | Yearly Average |
| Home Page | 01:32 | 01:28 |
| about Page | 00:52 | 01:20 |
Ideally, for the above table, the Monthly Average for "Home Page" would be bold, and the Yearly Average for "About Page" would be bold.
This is more complicated because this is a time value. I'm assuming I would have better luck using the raw decimal data to do the comparison of greater than? The above is correct, but it's formatted to show a correct value.
Solved! Go to Solution.
@Unicorn_Tech Can you please try doing it below if helps you.
Change the time value to below
then create one measure like
below is the ouput
Proud to be a Super User!
@Unicorn_Tech Can you please try doing it below if helps you.
Change the time value to below
then create one measure like
below is the ouput
Proud to be a Super User!
Thank you so much!
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 31 | |
| 23 |