Skip to main content

Anusha Ramasamy

Blogs from this Author

Web API Using Azure

Multiple Axis Line Chart in Power BI

Power Bi is a business intelligence cloud service tool that provides interactive visualization with data ware house capabilities. In Power Bi, option to show relationship between two or more measures across same dimension in line charts is not available. We can achieve the same in PowerBi using R Script. The visualization can be created by using […]

Connecting MongoDb in PowerBI

Power Bi is a business intelligence cloud service tool that provides interactive visualization with dataware house capabilities. Mongo DB is a free and open source No Sql database which uses JSON like documents. It is document oriented mainly used for data requirements which is continuously evolving. Now PowerBi has the option of viewing MongoDB data for […]

How to Remove Special Characters Using Routines in Datastage

To implement complex business logic, Datastage designer allows us to create custom defined routines to implement it. A parallel routine provides us features to use external functionality written in C/C++ code to use in Datastage. Even though Datastage has most of the essential functions available, routines are very helpful to create custom functions for a […]