March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Kindly I have a report contains many visuals and slicers. Im using direct queries (more than ten queries) to get the data from SQL and KQL, I want to enable the cross-filtering and cross-highlighting between the visuals which will allow the user to select anything from any visual and the entire report will be filtered based on the selection even the slicers
Solved! Go to Solution.
Hi @v-jingzhang thank you for your feedback, as work around, what I did is I created a KQL direct query and add (FromDate, ToDate) as a (Parameters) and ( |project) all the columns then use DAX measures to get the calculations.
Really Appriciated ,
Regards,
Wael
@v-jingzhang thank you for your reply, actually, I did the same, but in my case all the queries are direct queries without any relationship beween the queries and each visual is using different queries so is there any other posibilities ?
Hi @Anonymous
I'm afraid this is not possible when there is no relationship between the tables. The cross filtering and cross highlighting behaviors are intended to show the related values in other visuals when you select a value or axis label in one visual. If there is no relationship existing, they cannot find which values are related, thus they cannot filter or highlight values in other visuals.
Best Regards,
Jing
Hi @v-jingzhang thank you for your feedback, as work around, what I did is I created a KQL direct query and add (FromDate, ToDate) as a (Parameters) and ( |project) all the columns then use DAX measures to get the calculations.
Really Appriciated ,
Regards,
Wael
so instead of many queires , I have now one query in which the cross-filter and cross-highlight is enabled
Yes. Columns in one query have invisible relationships between each other, so they are able to be cross-filtered or cross-highlighted when displayed in different visuals.
Hi @Anonymous
In Power BI Desktop, you can select the option "Change default visual interaction from cross highlighting to cross filtering" from Options > Current File > Report settings. This affects the whole report.
If you want to change interactions between some specific visuals, you can select a visual to make it active, then select Format > Edit interactions. Change how visuals interact in a report - Power BI | Microsoft Learn
Please notice that some visuals may only support cross-filtering or cross-highlighting.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
82 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |