Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi there,
My main "fact" table is created with:
PowerBi Table: My Account Transactions
SELECT AccNumber,Amount, Description
FROM "LedgerTransactions"
WHERE DDATE >= DATEFROMPARTS(2018,01,01) //Limit Dates
I'd like to create a supporting table which is contrained by the Power bi table 'My Account Transactions'
PowerBi Table: Account Categories
SELECT AccNumber, MainCategory, SubCatergory
FROM "LedgerTransactions"
WHERE AccNumber IN (select distnct AccNumber from 'My Account Transactions')
Is this at all possible?
@michellepace , refer if this can help
https://www.excelguru.ca/blog/2016/04/28/pass-parameters-to-sql-queries/
In addition to the warnings in that great article you will also get into trouble with the Great Formula Firewall. There be dragons.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 |