Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Help with Table Formulas

(0) ShareShare
ReportReport
Posted on by 120

is it possible have a formula so that my forth data table show DataTable1 x DataTable2 X DataTable3

Capture1.PNG

Categories:
  • mdevaney Profile Picture
    29,987 Super User 2025 Season 1 on at
    Re: Help with Table Formulas
    @BenGillard
    To confirm: you want to see the numbers multiples in Table4?

    I think I misread the question earlier but I can still help do this with the info provided.
  • BenGillard Profile Picture
    120 on at
    Re: Help with Table Formulas

    Hi, thank you very much for your help:

     

    3 different sources but all have same column headers.

     

    Table 1: Filter(Table1,Column1 = Dropdown1.SelectedText.Value)

     

    Table 2: Filter(Table2,Column1 = Dropdown1_1.SelectedText.Value)

     

    Table 3: Filter(Table3,Column1 = Dropdown1_2.SelectedText.Value)

     

    So I would like table 4 to be : Table1*Table2*Table3.

     

    Hope that makes sense. Thanks again

  • mdevaney Profile Picture
    29,987 Super User 2025 Season 1 on at
    Re: Help with Table Formulas

    @BenGillard 

    Yes, it is possible.  Can you please copy the code from the Items property of each Data Table and paste here in the thread?  I can use this information to help you build the combined Table.

    I assume the first 3 tables have the same datasource so what we are going to do is combine all of the Items properties in such a way that the 4th Data Table displays all the results.  The code will likely look something like this...

     

    Filter(
     your_datasource_name,
     (your conditions from Table1 here)
     Or (your conditions from Table2 here)
     Or (your conditions from Table3 here)
    )

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,702 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard