Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I am struggling to call stored procedure along with parameter in M Code .
below is my table :
StudentID | StudentName | Marks | DOJ |
1 | Jame's | 100 | 12/28/2023 10:02 |
2 | Steave Smith | 200 | 12/28/2023 11:32 |
3 | Waugh | 300 | 12/28/2023 9:02 |
4 | Waugh | 400 | 12/28/2023 13:32 |
5 | Smith | 600 | 12/28/2023 14:02 |
My stored procedure like below.
EXEC MyStoredProc "TimeParam"1
Example, "TimeParam1" ==> values like (06:00 AM,07:00 AM,....12:00PM) slicer fliter
When i pass the value like "10:00 AM" (TimeParam1), it should return all below 10:00 AM records on the condition with "DOJ" column
how to do this using stored procedure along with parameter in M Code.
I want this solution in stored procedure only.
pls. help.
i want to pass time as parameter from DOJ column through stored procedure.
For example,
if i pass time "10:00" it should show till 10:00 AM records
if i pass time "11:00" it should show till 11:00 AM records
How to do this..
Solved! Go to Solution.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |