Is there a way to have Looker charts cross-filter when they use different datasets although joined by a common UID

0 votes
Is there a way to have Looker charts cross-filter when they use different datasets (although joined by a common UID)?

I'm working on a Looker dashboard and want to enable cross-filtering between charts that use different datasets but share a common UID. Is there a way to set this up so that filtering in one chart updates the others? Any tips or workarounds would be appreciated!
Oct 30 in Power BI by Evanjalin
• 5,530 points
84 views

1 answer to this question.

0 votes

Whenever there are DAX circular dependency errors in Power BI DAX expressions, you can apply some pragmatic ways to avoid them.

Separate Calculations: First, separate calculations that could impact each other. Instead of piling on measures to already existing ones, create independent intermediate measures. This way, the cycle is broken, and each calculation depends on an already completed and stable result.

Utilize Variables: A word on variables in DAX (VAR statements): These are vital in controlling dependencies. Quite often, intermediate results are estimated within a single measure to avoid estimating several dependent calculated columns. Variables are only computed once and kept in memory, hence minimizing circular reference.

Rethink Dependencies: Reorganize the model where appropriate to avoid redundant dependencies. Rather than stacking calculations, it may be more prudent to merge some or all of them into a single measure. In case of multiple calculations, eliminate any that are the same to lessen the dependence of the others.

Check Filter Context: Complex filter contexts can also cause circular dependencies. Shape your measures properly with respect to row-level filters, and consider using REMOVE FILTERS or ALL functions to handle complex dependencies within calculated columns or measures.

For more information, check this link: https://community.fabric.microsoft.com/t5/Desktop/Circular-dependency/td-p/2964191

answered Oct 30 by pooja
• 4,690 points

Related Questions In Power BI

0 votes
0 answers
0 votes
1 answer

If there a way to have the current month by default in a KPI representing MoM% in Power BI

The PREVIOUSMONTH DAX function can be used ...READ MORE

answered Feb 16, 2022 in Power BI by CoolCoder
• 4,420 points
2,303 views
+1 vote
1 answer

Is there a way to convert JSON data to readable table in power bi

Follow these steps step 1 - Click on ...READ MORE

answered Sep 24, 2018 in Power BI by Hannah
• 18,520 points
13,994 views
0 votes
0 answers

How to show a color bar even when no value is present or value is 0?

How to show a color bar even ...READ MORE

Jun 13, 2019 in Power BI by Priya
635 views
0 votes
1 answer

Displaying Table Schema using Power BI with Azure IoT Hub

Answering your first question, Event Hubs are ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,311 views
+1 vote
1 answer

Unable to install connector for Power Bi and PostgreSQL

I think the problem is not at ...READ MORE

answered Aug 22, 2018 in Power BI by nirvana
• 3,130 points
2,722 views
+2 votes
2 answers

Migrate power bi collection to power bi embedded

I agree with Kalgi, this method is ...READ MORE

answered Oct 11, 2018 in Power BI by Hannah
• 18,520 points
1,492 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Yes using Power BI REST API to ...READ MORE

answered Sep 18, 2018 in Power BI by Kalgi
• 52,350 points
1,646 views
0 votes
1 answer

Is there a way to add a subtitle to a visual using PowerBI-client?

Currently, the PowerBI client does not natively ...READ MORE

answered Oct 25 in Power BI by pooja
• 4,690 points
60 views
0 votes
1 answer

Is there a way to connect to a POSTGRESQL DB which is encrypted AES?

Establishing a connection to a PostgreSQL database ...READ MORE

answered Oct 25 in Power BI by pooja
• 4,690 points
120 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP