Last active
March 15, 2026 07:56
-
-
Save ralfbecher/b9f30feb938ca2f07d7dee89b43e3f0a to your computer and use it in GitHub Desktop.
OrionBelt Semantic Layer: Simple Movies DB query to demonstrate Dimension-Exclude (anti-join via EXCEPT)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select: | |
| dimensions: | |
| - Director | |
| - Producer | |
| dimensionsExclude: true | |
| order_by: | |
| - field: Director | |
| - field: Producer | |
| limit: 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment