I would like to create something like an inspection checklist that has a list of categories and some yes/no fields. I would like the checklist selections saved in a Sharepoint list so that I can pull up the answers in Power BI as well.
What I currently have in Excel looks as follows:
| Type (view only) | Sub-type (view only) | Section (view only) | Answer (Y/N choice) | Yes comments (single line of text) | No comments (single line of text) |
| Financial document | Policy | Compliance | Yes | Document exists. To validate. | |
| Financial document | Policy | Timelines | No | | No comment |
| Financial document | External | Third parties | No | | Contact department. Refer to document 12. |
| Financial document | External | Contracts | No | | Refer to document 11. |
The type, sub-type and section categories are fixed and should be view-only. The answer column is a yes or no choice column (which I would like as a dropdown in Power Apps). The rest are text fields that users can input freely.
What would be the best way of doing this? Do I need separate Sharepoint lists for the questions, answers and categories?