A new Flexera Community experience is coming on November 25th. Click here for more information.
@diegocarvejani - Unfortunately, there is not a way in FNMS to obtain the outcome you want, without access to the back end SQL Database. The only way to obtain a CSV of a report is to run the report through the UI and then download the report as a CSV.
If you or someone as access to the FNMS Compliance SQL Database, you can write your own SQL Views and SELECT statements and connect Power BI directly to the database and run the SQL Views you have created. Another option would be to determine what data you would like to report against with Power BI and then create a process to "extract" all the data you want from the FNMS Compliance Database into another SQL Staging database and connect Power BI to that database.
At the present time, FNMS does not have any APIs for extracting data other than directly from SQL.
Jul 01, 2022 07:18 AM
@diegocarvejani - Unfortunately, there is not a way in FNMS to obtain the outcome you want, without access to the back end SQL Database. The only way to obtain a CSV of a report is to run the report through the UI and then download the report as a CSV.
If you or someone as access to the FNMS Compliance SQL Database, you can write your own SQL Views and SELECT statements and connect Power BI directly to the database and run the SQL Views you have created. Another option would be to determine what data you would like to report against with Power BI and then create a process to "extract" all the data you want from the FNMS Compliance Database into another SQL Staging database and connect Power BI to that database.
At the present time, FNMS does not have any APIs for extracting data other than directly from SQL.
Jul 01, 2022 07:18 AM
This doesn't really address your query, but if you did have access to the database and could write scripting to run queries and save/transfer data then you could use a technique like is described in the following thread for running report queries: Can a FNMS report be executed from SQL Management Studio?
Jul 06, 2022 10:49 PM