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! Don't miss your chance! Learn more
I want to create a list of Architectural Sheets.
I have an input form, where an "x" means to create a sheet for that item.
In PowerQuery I map that Excel cell to a variable.
I am using the statement to insert a row for the sheet name.
= Table.InsertRows(#"GeneralSheets", 0, {[Sheet Name = "Overall Plan - Level 1"]})
However, I only want to insert the row, when the cell is checked with an "x"
Can I insert an if then else statement in this?
Thank you.
Solved! Go to Solution.
I see what you mean. In other words, I can add all of the rows to correspond to the Excel form, and then filter the column storing the "x."
Thanks!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 69 | |
| 59 | |
| 47 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 106 | |
| 39 | |
| 27 | |
| 27 |