Forum Discussion
Anonymous
7 years agoNot applicable
Support other visuals' selection in custom slicer
Hi, I have the following task. Table DATA has columns: Date, Type, Company, Object, Device, Actual. Table DATES has only one column Date (the table is DISTINCT(DATA[Date]) in DAX). I need to draw ch...
- 7 years ago
Hi,
To merge filtration, you should use applyJsonFilter with "merge" option.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]
Anonymous
7 years agoNot applicable
pbiviz.json of both projects contains
"apiVersion": "2.3.0"
May filters visibility depend on either type of filtered column or kind in dataRoles (capabilities.json)? It is Text in Grouping for custom matrix visual and Date in GroupingOrMeasure for custom slicer visual.
v-evelk
7 years agoMicrosoft Employee
No, I don't think so.
You can send the source code and the report to [email protected] and I will try to figure out what is wrong with filtration if you wish.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]