Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
mbrown1
Frequent Visitor

Create query that gives a "temporary" table, similar to MS Access?

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.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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])

 

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.