Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Solved! Go to Solution.
SELECTEDVALUE returns the value when there’s only one value in the specified column, otherwise returns the alternate result. Here BLANK is returned. You may use MAX instead.
that worked like a charm . Thank you so much for taking the time to help me with this!
SELECTEDVALUE returns the value when there’s only one value in the specified column, otherwise returns the alternate result. Here BLANK is returned. You may use MAX instead.
that worked like a charm . Thank you so much for taking the time to help me with this!
BTW: Here's a couple of screenshots showing what I meant
as you can see it shows Scheduled Sales when slicing by days
Not showing any values or agregations when slicing by Months (FYFM in this case)