EdenWheelerOccasional ContributorJoined 2 years ago5 Posts1 LikeLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsHow can I use Power BI to create custom visualizations using JavaScript and the Power BI API? I am trying how to leverage JavaScript and the Power BI API to create custom visualizations in Power BI. I want to extend the capabilities of Power BI beyond the built-in visualizations and am looking for help in getting started with creating custom visuals. I ask the question - How can I use Power BI to create custom visualizations using JavaScript and the Power BI API? Thanks in advance! Re: when test case fails in test complete, how to close the desktop application. Hii! To close all the windows opened during a failed TestComplete test case using Python, you can use the following code snippet: def close_application(): # Close all windows desktop = TestedApps.ApplicationName desktop.CloseAllWindows() # Call the function to close windows close_application() The CloseAllWindows() method is used to close all open windows in the application. You can customize this method based on your application's name and other requirements. You can call this function at the end of your test case, or when a test case fails. This will ensure that all windows are closed before the next test case starts executing. I hope this will help you.