Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 7 | |
| 5 | |
| 5 |