The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I need to create some visuals (both chart and table) with one fixet value and other from a slicer...
TABLE | ||
Date | Account | Value |
01/01/2021 | A | 2435 |
01/01/2021 | B | 243 |
01/01/2021 | C | 541 |
02/02/2021 | A | 11656 |
02/02/2021 | B | 653 |
02/02/2021 | C | 890 |
SLICER |
A |
B |
A is selected and C in hidden (filtered ount in slicer)
VISUAL TABLE | ||
44197 | A | 2435 |
44197 | C | 541 |
44229 | A | 11656 |
44229 | C | 890 |
Any ideas?
Thanks
Solved! Go to Solution.
@Giadev A solution for this is to create an Accounts table without the fixed one, then set up an inactive relationship to the Accounts table. A measure then can bring in the fixed account value and the selected account value.
Accounts Slicer table:
Measure:
Respectfully,
Zoe Douglas (DataZoe)
Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/
@Giadev A solution for this is to create an Accounts table without the fixed one, then set up an inactive relationship to the Accounts table. A measure then can bring in the fixed account value and the selected account value.
Accounts Slicer table:
Measure:
Respectfully,
Zoe Douglas (DataZoe)
Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/
thank you, that's a good solution. is there a way to show C even if you don't select anything in the slicer?
resolved
@Giadev Yes, perfect!
Respectfully,
Zoe Douglas (DataZoe)
Follow me on LinkedIn at https://www.linkedin.com/in/zoedouglas-data
See my reports and blog at https://www.datazoepowerbi.com/