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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm super new to PowerBI so forgive for my lack of knowledge. In MS Access I have a database with an important query I need. I'm planning on recreating that query in MS Access. It should just be a simple query that returns a table with the different Lookup columns and such? All youtube videos I watch seem way more in-depth than I need.
Solved! Go to Solution.
@mbrown1 , You can create a table in a variable. It can be done in column, measure or table formula
New column
Var _tab = calculatetable(sales, sales[item id] =1)
New Measure =
Var _tab = summarize(allselected(Item), Item[Name])
@mbrown1 , You can create a table in a variable. It can be done in column, measure or table formula
New column
Var _tab = calculatetable(sales, sales[item id] =1)
New Measure =
Var _tab = summarize(allselected(Item), Item[Name])
Would I need to create a button that activates all the columns? I don't know much about PowerBI, I come from PowerApps
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!