Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I have these two tables:
Summary ID RESULT 2015 100 2016 80 2017 90 2018 110 Detail ID TITLE AREA VALUE 2015 A NORTH 1 2016 B NORTH 2 2016 C WEST 3 2017 D WEST 4 2017 E EAST 5 2018 F SOUTH 6
and I'd like to have a view like this:
but with the following behaviour:
when I click on a column in the "SUMMARY" view (eg. 2016):
I'm new to Power BI, so here's what I thought I should do (but didn't succeed):
* for some reasons the measure M_MY_FILTER shows the values I expect (see the following image: "SUMMARY" ha 2016 selected, and "DETAIL v3" has "M_MY_FILTER"=Y where ID<=2016).
Now:
Thank you in advance.
Solved! Go to Solution.
Nevermind, I solved it on my own.
If anybody is interested, "CROSSJOIN + calculated column + filter" do the trick.
Nevermind, I solved it on my own.
If anybody is interested, "CROSSJOIN + calculated column + filter" do the trick.
Hi @mywidow,
Kindly mark your answer as a solution to close the case please. Thanks in advance.
Regards,
Frank