Fix the dataSelected event to also provide **values** array retrieving data from an embedded powerBI report. Ref.: [https://github.com/Microsoft/PowerBI-JavaScript/wiki/Handling-Events] @ 2) ***value...
amwithi
6 years agoRegular Visitor
The 'dataSelected' event seems to be returning ***values*** now but only for an instance at a time. I have a need to audit the records that the "See Records" even displays. This action triggers the "Page Changed" event with the page name "Drill To Details". Clicking on s single row of returned data triggers a 'dataSelected' event and the object properties are accessible. What I need is an ability to access the JSON object returned by the "See Records" action - "Drill to Details" page change event as an entire set. I observe the JSON returned by an XHR request and have not been able to access it. This is the important and final piece that would allow full auditing of records access etc. Ideally, an event to handle "Export Data" would similarly be useful. Proposed request: Under 'Report Events' Add a "Drill to Details" event that returns even dataset details as response values Add a "Export Data" event that returns event dataset details as response values Consider: Reports loaded configuration rendered Called when a report is fully rendered. For example, if all visuals are rendered on loading report or after user interaction. pageChanged newPage: Page filtersApplied (Not supported yet) filters dataSelected report: Report page: Page visual: Visual (Will be defined) filters: IFilter[] dataPoints: (Array of data points) each point has: 1) **identity** array 2) **values** array (In Progress) commandTriggered Raised when end user clicks on extension command. [Menu Commands Extension](https://github.com/Microsoft/PowerBI-JavaScript/wiki/Menu-Commands-Extension)
Recent ideas
:: operator for typecast in T-SQL
Introduce support for the ::type cast operator in Fabric Data Warehouse as syntactic sugar for the existing CAST(... AS type) expression. The new operator would be functionally equivalent and compile...jovanpop-msft1 hour agoMicrosoft EmployeeNew6Views0likes0CommentsNative Multi-Visual Cascading Selection (Beyond Ctrl + Click)
The Problem: When working with multiple tables or matrices on a report page, users frequently need to chain selections together (e.g., clicking Matrix A filters Matrix B, and then clicking Matrix B ...7407545 hours agoNew MemberNew12Views0likes1CommentPipeline activity Refresh SQL Endpoint (preview) does not accept dynamic content
I am testing out the new Pipeline activity for Refresh SQL Endpoint, currently in preview. Sure, I get it that this is in preview, but it should at least have basic minimum functionality. It do...ToddChitt6 hours agoSuper UserNew569Views7likes5CommentsAbout "Download SQL database project" and fix the downloaded project
1. The sqlproj must be fixed, it is downloaded without the xml markup line <?xml version="1.0" encoding="utf-8"> 2. The sdk must be updated: Actual: <Sdk Name="Microsoft.Build.Sql" Version="0.1...Jarrinf6 hours agoFrequent VisitorNew30Views1like1CommentSupport Git-Integrated Files in Fabric Workspaces
Overview Allow users to store and manage arbitrary files such as .md, .sql, .py, and .yml directly in a Fabric workspace, with built-in Git integration. Value This would keep documentation, SQL sc...ryomaru08256 hours agoAdvocate INew9Views0likes0Comments