Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
i would like to reference the two date values form a Slicer i have on a Canvas into a DAX formula (new column)...?
thank you.
PowerBI does not support dynamic Calculated Columns (meaning, the values of CalculatedColumns cannot change once set, based on slicer values, etc.). You would need to create a Calculated Measure instead, to capture the selected value. And use that calculated measure in your DAX.
More details here:
thank you.
i'm OK using the SelectValue function, but i don't know how to reference the Slicer and each of the two dates listed in the object's text boxes...?
???
thank you.
Each slicer uses one field from the data model. In case your case, you have two slicers for two date fields. And you can use SELECTEDVALUE(YourTableName[YourDatefield]) to get the selected value of the slicer.
thank you.
in my Slicer object, there are two text fields from one field.
i would like to use these Slicer text boxes as Start and End dates (this works fine for filtering).
but i'm not referencing these dates in my DAX formula?
thank you!
working on it and more to follow ASAP.
thank you.
good news, i can reference the two dates in the Slicer (thank you!).
now, i'm trying to get the date range between these two (to use in an If statement) and i get following error:
Error Message:
MdxScript(Model) (6, 44) Calculation error in measure 'cpq quotesMikeII'[SelectedBetween]: A date column containing duplicate dates was specified in the call to function 'DATESBETWEEN'. This is not supported.
using:
some success...!
thank you.
the good news is the function doesn't error out.
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 |
|---|---|
| 9 | |
| 6 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 21 | |
| 14 | |
| 11 | |
| 6 | |
| 5 |