This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I want to place the current datetime as my ending date in my JSON String but having some trouble passing the actual variable inside the string
// This is my current time
currentDate = DateTime.ToText(DateTime.LocalNow(), "MM/dd/yyyy hh:mm:00 tt")
{
""name"": ""VideoCallTime"",
""operator"": ""between"",
""value"": [
""2023-08-01T00:00:00Z"",
"¤tDate&"
]
},I looked at some other post and couldnt get and concatination mentioned in those post working.
any suggestions?
Thanks
Solved! Go to Solution.
This worked for me
""" & currentDate & """
Check out the April 2026 Power BI update to learn about new features.
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 |
|---|---|
| 36 | |
| 33 | |
| 27 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 49 | |
| 32 | |
| 27 | |
| 22 |