Hi All,
I am completing functional and non functional requirements for a new BI project. We will do this project with Power BI If all can be achieved. Here is the list of requirements for which I can't find answers on Google:
1) By clicking a cell in Table visual, we need to see details for that cell. For example, if the Table contains # of customers who purchased umberalla and pen in U.S. cities, we want to see list of customer names in Los Angles who bought pen, if user clicks on that cell
2) Slicer Scope: We need slicers on the first page to have scope of entire dashboard not only that page.
3) Customer Profile Access: By clicking on a Table row, we want to call our API to show detail information about a customer (not only thier name) by passing customer ID
4) Incremental Updates: Our current data source is AWS Redshift. I know that we can use DirectQuery to access data on Redshift but it is very slow. Is it possible to import all once from Redshift and incrementally import only deltas?
5) Single Signon: We need to be able to have our customers authenticated on our system first and automatically authenticated on Power BI using SSO. Is this possible?
I appreciate your feedbacks.