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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a fairly large CSV file that contains a flag designating domestic business versus international business. The full file contains both. What would be the best way to consume the data? I can pull it twice giving each query a different name and filtering on the column that contains the flag. Or, is there a better way to do this?
Steve
Solved! Go to Solution.
you can connect to the file once, then reference that query in 2 separate new queries - filtering one for domestic, one for international
this way whenever you change the connect file both dependants will get the latest reference
you can connect to the file once, then reference that query in 2 separate new queries - filtering one for domestic, one for international
this way whenever you change the connect file both dependants will get the latest reference
Thanks. That did work but I had to go look up how to add query2 and query3 based on query1.