Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,im new to power bi, i have a measure that uses selected value to display a measure by the area selected so that i can dynamically select the column and filter the bar charts below like in the following image , the problem is it dosent show all the columns i want to be selected and if i use the other table it dosent filter the bar charts below:
The first table is with "Measure by area" and the second one is putting the measures one by one, you can see it dosent have all the Areas the second one does, but with some part numbers it does show the correct areas and with other dosent
This is the measure:
Measure by area =
VAR area = SELECTEDVALUE('Scrap Data'[Areas])
RETURN
SWITCH(
area,
"Area 1", [Measure 1],
"Area 2", [Measure 2],
"Area 3", [Measure 3],
"Area 4", [Measure 4],
"Area 5", [Measure 5],
"Area 6", [Measure 6],
"Area 7",[Measure 7],
"Area 8",[Measure 8],
"Area 9",[Measure 9],
BLANK()
)
I have a model with a main table model with general product numbers, and i have models for area 1, area 2, area 3, and so on with its unique product number values, the main table model helps filter each model with only the ones in the main table, each area is conected by a scrap list model that has all the scrap of each area.
How can i make the measure display all the areas or make the other table filter the below charts and best practices, thanks.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |