Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48771

Re: Power BI Embedded - Filtering dataset based on an array (WHERE clause)

$
0
0

You can try to use filter when embedding in the Javascript API. Check the wiki

const basicFilter: pbi.models.IBasicFilter = {
  $schema: "http://powerbi.com/product/schema#basic",
  target: {
    table: "Store",
    column: "Count"
  },
  operator: "In",
  values: [1,2,3,4]
}

By the way, there was a bug with the it, however I think the PG team has fixed it.


Viewing all articles
Browse latest Browse all 48771

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>