Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 213819

Visualization Interactions - Is this possible?

$
0
0

I'm very new to Power BI and am struggling with getting teh result that I need...

 

Basically, I have 2 tables/datasets - SUMMARY and DETAIL.

There is no 1-1 mapping/relationship between the 2 tables.

 

SUMMARY

DateStart_SEQEnd_SEQ
1-Oct-201612
8-Oct-201636
12-Oct-201679

 

DETAIL

SEQValue
1bicycle
212345
3potato
4xyz
5Number1
6circle
7Elephant
8android
9red
10New Year

 

I have a column chart that displays the SUMMARY data and a table that displays the DETAIL data.

What I want to do is when the user clicks on a column in the SUMMARY chart, the DETAIL table should only show the data where the SEQ falls in the Start_SEQ to End_SEQ range.

For example, if I click on "1-Oct-2016" on the SUMMARY chart, the DETAIL table should only show "bicycle" and "12345".

 

Thinking from a DB query persepctive, this would look something like 

SELECT Value

FROM DETAIL

WHERE SEQ between Start_SEQ and End_SEQ

 

Is this possible with Power BI, and if so, please point me in the right direction.

Many Thanks

Gary


Viewing all articles
Browse latest Browse all 213819

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>