We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143631c commit 0c5386fCopy full SHA for 0c5386f
demo/v2-demo/scripts/codesamples.js
@@ -2401,7 +2401,7 @@ function _Visual_RemoveFilters() {
2401
2402
// Retrieve the wanted visual.
2403
var visual = visuals.find(function(visual) {
2404
- return visual.name == "47eb6c0240defd498d4b";
+ return visual.name == "VisualContainer4";
2405
});
2406
2407
visual.removeFilters()
@@ -2551,7 +2551,7 @@ function _ReportVisual_HideSingleVisualHeader() {
2551
},
2552
selector: {
2553
$schema: "http://powerbi.com/product/schema#visualSelector",
2554
- visualName: "47eb6c0240defd498d4b"
+ visualName: "VisualContainer4"
2555
// The visual name can be retrieved using getVisuals()
2556
// Hide visual header for a single visual only
2557
}
0 commit comments