The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.