EXERCISE TOPIC▼
- Access exercises (91)
- C# exercises (79)
- Excel exercises (278)
- Power Apps exercises (13)
- Power Automate exercises (18)
- Power BI exercises (139)
- Python exercises (28)
- Report Builder exercises (141)
- SQL exercises (198)
- SSAS exercises (51)
- SSIS exercises (46)
- SSRS exercises (99)
- VBA exercises (85)
- Visual Basic exercises (46)
POWER BI EXERCISES▼
POWER APPS EXERCISES▼
Power Apps | Galleries exercise | Create a gallery listing bestselling books, with a search box
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
Software ==> | Power Apps (13 exercises) |
Version ==> | Latest update |
Topic ==> | Galleries (3 exercises) |
Level ==> | Harder than average |
Subject ==> | Power BI training |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Create a new canvas phone layout app, and change it to landscape view by default. Save this app as Best books.
Create a data source listing out the books in the above workbook (you'll need to create a table in the workbook first):

The first few books in the list.
Create an app with two screens. The first one should contain a gallery listing out the books which meet a search criteria a user types in:

This shows the 7 books which contain the letters ther in the title.
You can use the CountRows function to count the number of rows in the data source, and the syntax of the Search function is:
The second screen should show the book a user clicks on:

Notice that the title banner shows the name of the book.
When everything is working, save the app and close it down.