Forum Discussion
Minx returning blank row
- 3 years ago
Hey sbuster ,
as you figured out DAX Studio will show at least one row.
It is blank because the result returns a blank table.
Your second example returns also blank for me. Can you double check if it returns 1 for you?
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
Hey sbuster ,
as you figured out DAX Studio will show at least one row.
It is blank because the result returns a blank table.
Your second example returns also blank for me. Can you double check if it returns 1 for you?
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
The second example definitely returns 1 for me. My assumption in the second example is that Calculate will call the filter function, which has argument t, first. Then it will call Minx, which I do have as the first argument hte original table t. How would the filtered table (the result of the filter funciton within Calculate) be passed into the Minx function?