Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Is it possible to make custom rows clickable (for exempel Gross profit) in Profitbase so that other visualizations are filtered?
Solved! Go to Solution.
Power BI only creates selectors (IDs to handle interactivity between visuals) for the rows it sends. For successful interactivity, a visual would have to assign a suitable selector to a custom data point that Power BI could understand in the context of the data it originally sent (as a custom visual cannot directly communicate with other visuals on the page; just ask Power BI to try to filter them based on one or many IDs identifiable from the received dataset).
Based on this premise, it is highly likely that Power BI wouldn't know what to do, unless the logic in the visual tries to assign or accumulate selectors based on the original source data. As Profitbase is a closed-source visual, it's not possible to tell what they do here without asking them directly.
Your best bet would be to use Profitbase's official support link on their AppSource listing (which links to a GitHub repo where users can raise issues for bugs or discussions for feature requests) and ask them your question.
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Power BI only creates selectors (IDs to handle interactivity between visuals) for the rows it sends. For successful interactivity, a visual would have to assign a suitable selector to a custom data point that Power BI could understand in the context of the data it originally sent (as a custom visual cannot directly communicate with other visuals on the page; just ask Power BI to try to filter them based on one or many IDs identifiable from the received dataset).
Based on this premise, it is highly likely that Power BI wouldn't know what to do, unless the logic in the visual tries to assign or accumulate selectors based on the original source data. As Profitbase is a closed-source visual, it's not possible to tell what they do here without asking them directly.
Your best bet would be to use Profitbase's official support link on their AppSource listing (which links to a GitHub repo where users can raise issues for bugs or discussions for feature requests) and ask them your question.
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)