Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi Kind People,
Need your help.
I'm having a hard time as well in getting the SLA if Within and if Out of SLA.
Requirement:
1. if TAT is equal or less than SLA, should be Tagged as "Within SLA"
2. if TAT is not equal or greater than SLA, should be tagged as "Out of SLA" and if TAT is Blank, should be tagged as well as "Out of SLA"
Solved! Go to Solution.
Hi @Anonymous,
In Power BI Report, within your table create a column with below DAX expression:
Within Or Out? = If(ISBLANK('SLA Table'[TAT]), "Out Of SLA", IF(HOUR('SLA Table'[TAT]) <= 'SLA Table'[SLA], "Within SLA","Out Of SLA"))
Please refer to the below screenshot,
If this answer helps, please mark it as Accepted Solution so it would help others to find the solution.
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
Hi @Anonymous,
In Power BI Report, within your table create a column with below DAX expression:
Within Or Out? = If(ISBLANK('SLA Table'[TAT]), "Out Of SLA", IF(HOUR('SLA Table'[TAT]) <= 'SLA Table'[SLA], "Within SLA","Out Of SLA"))
Please refer to the below screenshot,
If this answer helps, please mark it as Accepted Solution so it would help others to find the solution.
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
i tried again. this is working now! thanks for your soultions! 🙂
Hellom I'm getting the error/s 😞
Hi @Anonymous,
Can you provide screenshot or text of error message here?
Also, can you make sure the TAT column have data type as Long Time?
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
20 | |
18 | |
18 | |
17 |
User | Count |
---|---|
36 | |
22 | |
19 | |
18 | |
11 |