March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have two calculated columns. I'd like to only show when row entries when Fix SLA Late?= Yes OR Accept SLA Late?=Yes
How can I do this in PQ?
Fix SLA Late? | Accept SLA Late? |
Yes | Yes |
No | Yes |
No | No |
Yes | Yes |
Yes | No |
Yes | No |
No | Yes |
No | Yes |
Yes | Yes |
Solved! Go to Solution.
Hi , @jcastr02
If you are referring to the custom column in PQ , you can try the following steps:
1. Create a conditional column in PQ.
2. Then filter the table by custom column.
You can also try the visual filter pane in report view.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi , @jcastr02
If you are referring to the custom column in PQ , you can try the following steps:
1. Create a conditional column in PQ.
2. Then filter the table by custom column.
You can also try the visual filter pane in report view.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Try a mesure lik
calculate(countrows(Table), filter(Table, Table[Fix SLA Late?] ="Yes" || Table[Accept SLA Late?]="Yes"))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
122 | |
89 | |
76 | |
58 | |
53 |
User | Count |
---|---|
196 | |
123 | |
107 | |
68 | |
65 |