March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Currently I have three parameters that I want to use - Point of Sales, Sales channel, and Payment method. When I use them all as parameters the report never loads, which might be due to the amount of data needing to be processed for each parameters.
I wanted to try to not have cascading parameters (to not let the parameters filter eachother) - but how do I go about that?
There only seems to be tutorials outlining how to add cascading parameters, not how to remove them...
Hi @Anonymous ,
Check the document.
Best Regards,
Jay
If it helps, below is the Query in Report Builder. The bold part are the parameters that I DO NOT want to be cascading although they seem to be.
"DEFINE VAR vFromExportDatumFullDate1 = IF(PATHLENGTH(@FromExportDatumFullDate) = 1, IF(@FromExportDatumFullDate <> "", @FromExportDatumFullDate, BLANK()), IF(PATHITEM(@FromExportDatumFullDate, 2) <> "", PATHITEM(@FromExportDatumFullDate, 2), BLANK()))
VAR vFromExportDatumFullDate1ALL = PATHLENGTH(@FromExportDatumFullDate) > 1 && PATHITEM(@FromExportDatumFullDate, 1, 1) < 1
VAR vToExportDatumFullDate1 = IF(PATHLENGTH(@ToExportDatumFullDate) = 1, IF(@ToExportDatumFullDate <> "", @ToExportDatumFullDate, BLANK()), IF(PATHITEM(@ToExportDatumFullDate, 2) <> "", PATHITEM(@ToExportDatumFullDate, 2), BLANK()))
VAR vToExportDatumFullDate1ALL = PATHLENGTH(@ToExportDatumFullDate) > 1 && PATHITEM(@ToExportDatumFullDate, 1, 1) < 1
EVALUATE SUMMARIZECOLUMNS('Försäljningskanal'[Kategori], 'DimFörsäljningsställe'[Försäljningsställe], 'Betalsatt'[BetalGrupp], 'DimFörsäljare'[Namn], FILTER(VALUES('ExportDatum'[FullDate]), (vFromExportDatumFullDate1ALL || 'ExportDatum'[FullDate] >= DATEVALUE(vFromExportDatumFullDate1) + TIMEVALUE(vFromExportDatumFullDate1)) && (vToExportDatumFullDate1ALL || 'ExportDatum'[FullDate] <= DATEVALUE(vToExportDatumFullDate1) + TIMEVALUE(vToExportDatumFullDate1))), RSCustomDaxFilter(@FörsäljningskanalKategori,EqualToCondition,[Försäljningskanal].[Kategori],String), RSCustomDaxFilter(@DimFörsäljningsställeFörsäljningsställe,EqualToCondition,[DimFörsäljningsställe].[Försäljningsställe],String), RSCustomDaxFilter(@BetalsattBetalGrupp,EqualToCondition,[Betalsatt].[BetalGrupp],String), "Antal_Betalning", [Antal_Betalning], "SUM_BetalningExMomsfritt", [SUM_BetalningExMomsfritt], "SUM_BetalningBelopp", [SUM_BetalningBelopp], "SUM_Momsfri", [SUM_Momsfri], "SUM_BetalningMoms", [SUM_BetalningMoms])"
I've checked those resources, is there anyone in particular you could direct me to?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
40 | |
26 | |
17 | |
11 | |
10 |
User | Count |
---|---|
58 | |
52 | |
23 | |
14 | |
11 |