This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I've connected a dataset from BI service and used BI Desktop report analyzer to create my dataset. When I try to create a parame ter using query designer I get this message: "Cannot find cube". An explaintion for what is going wron would be helpful.
you will need to share some more details, maybe the M code, screenshoots samples, the error code you getting etc, that help for people to be able to give a more exact response
Proud to be a Super User!
Thanks Stefano. Please see below
// DAX Query
DEFINE
VAR __ValueFilterDM1 =
FILTER(
KEEPFILTERS(
SUMMARIZECOLUMNS(
'Sales Entry'[Item No_],
'Prod No'[Prod No_],
'Sales Entry'[State],
'Sales Entry'[Variant Code],
Sales Entry'[Location Code],
"SumRemaining_Quantity", CALCULATE(SUM('Sales Entry'[Remaining Quantity]))
)
),
[SumRemaining_Quantity] > 0
)
VAR __DS0Core =
SUMMARIZECOLUMNS(
ROLLUPADDISSUBTOTAL(
ROLLUPGROUP(
'Sales Entry'[Item No_],
'Prod No'[Prod No_],
'Sales Entry'[State],
'Sales Entry'[Variant Code],
'Sales Entry'[Location Code]
), "IsGrandTotalRowTotal"
),
__ValueFilterDM1,
"SumRemaining_Quantity", CALCULATE(SUM('Sales Entry'[Remaining Quantity]))
)
VAR __DS0PrimaryWindowed =
TOPN(
502,
__DS0Core,
[IsGrandTotalRowTotal],
0,
'Sales Entry'[Item No_],
1,
'Prod No'[Prod No_],
1,
'Sales Entry'[State],
1,
'Sales Entry'[Variant Code],
1,
'Sales Entry'[Location Code],
1
)
EVALUATE
__DS0PrimaryWindowed
ORDER BY
'Prod No'[Prod No_]
Hi there, I am facing this same issue. Did you ever find an answer to it?
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 7 | |
| 6 |
| User | Count |
|---|---|
| 28 | |
| 26 | |
| 22 | |
| 22 | |
| 19 |