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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi,
I use a CALENDAR function to create a calendar from the last date in my table and 365 days into the future, based on this formula:
Any recommendations?
Solved! Go to Solution.
Hi @Anonymous ,
You could use SELECTEDVALUE() function.
Create a table with columns contains values (1,2,3,4,5,...) adn use this column as dropdown slicer.
Modify your formula as below.
FutureAUM = CALENDAR(LASTDATE(Holdings[AsOfDate]),LASTDATE(Holdings[AsOfDate])+365*SELECTEDVALUE('slicer'[slicer]))
Best Regards,
Jay
Hi @Anonymous ,
You could use SELECTEDVALUE() function.
Create a table with columns contains values (1,2,3,4,5,...) adn use this column as dropdown slicer.
Modify your formula as below.
FutureAUM = CALENDAR(LASTDATE(Holdings[AsOfDate]),LASTDATE(Holdings[AsOfDate])+365*SELECTEDVALUE('slicer'[slicer]))
Best Regards,
Jay
Hi @Anonymous
create a new parmeter on tab Modeling. Power BI Desktop creates a new table with measure to use as multiplier. Insert this measure into your DAX formula.
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
Hi @FrankAT,
Thanks for the reply!
Like this?
Hi @Anonymous
use the automatic created measure not the table column!
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
hi @FrankAT ,
I belive that is what I'm trying to do:
The calculator indicates that it is the measure, right?
Hi @Anonymous
see figure:
Use the measure (in this example) Multiply by Value in your DAX formula as the multiplier.
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
@FrankAT Thanks!
My formula now looks like this:
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 65 | |
| 64 | |
| 45 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 115 | |
| 114 | |
| 38 | |
| 36 | |
| 26 |