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.
HI all,
I need a bit of help in getting this SQL converted to Power BI DAX. Can you help please.
Thank you in advance
ado
Solved! Go to Solution.
@adoalan Maybe:
Table =
VAR __Min = MIN('nfp_giftaiddeclaration'[createdon])
VAR __nfp_supporterid = MINX(FILTER('nfp_giftaiddelcaration',[createdon] = __Min),[nfp_supporterid])
RETURN
__nfp_supporterid
@adoalan Maybe:
Table =
VAR __Min = MIN('nfp_giftaiddeclaration'[createdon])
VAR __nfp_supporterid = MINX(FILTER('nfp_giftaiddelcaration',[createdon] = __Min),[nfp_supporterid])
RETURN
__nfp_supporterid
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
75 | |
63 | |
51 | |
48 |
User | Count |
---|---|
204 | |
86 | |
64 | |
59 | |
56 |