Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
hello everyone i have a discount table and item table
Discount :
Items:
in items table, i dont have a All catgeory so when i merge the discount and items , i get inside the all category null
how can i make it so it returns all the item ID
Solved! Go to Solution.
Step 1
After merging , expand your columns ,
Step 2
add a new step i named it allItemIDs
= List.Distinct(Items[Item ID])
step 3
add a new custom column
if [Item Category] = "All" then allItemIDs else { [Item ID] }
step 4
expand to new rows
results
Step 1
After merging , expand your columns ,
Step 2
add a new step i named it allItemIDs
= List.Distinct(Items[Item ID])
step 3
add a new custom column
if [Item Category] = "All" then allItemIDs else { [Item ID] }
step 4
expand to new rows
results
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
20 | |
18 | |
17 | |
16 |
User | Count |
---|---|
37 | |
20 | |
19 | |
17 | |
11 |