Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Oggie
Frequent Visitor

Drilldown from Custom rows in Profitbase Financial reporting model

Is it possible to make custom rows clickable (for exempel Gross profit) in Profitbase so that other visualizations are filtered?

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

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.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

1 REPLY 1
dm-p
Super User
Super User

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.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors