Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have created a table where I can get all days within a specific year (2016) with 15-minute time steps. This "static table" works fine.
As a second step, I decided to introduce a slicer to modify the year and create a "dynamic table". Unfortunately, the year does not change with the slicer, it always shows year 1900. I have not be able to figure out the issue.
The only difference between the two approaches is the VAR “YearRef” used to generate the reference year I need to create my calendar: CALENDAR (Date(YearRef,1,1), Date(YearRef,12,31) )
Static Table VAR YearRef = 2016
Dynamic Table: VAR YearRef = SELECTEDVALUE('Year_Table'[YearReference])
It looks like the YearRef on the Dynamic Table approach is not seen as a whole number. I have tried different things, but I could not fix it.
I would appreciate if you could help me.
I will attach the pbix file with both approaches. Code is below
Solved! Go to Solution.
@itamarlopes , You can not use the slicer parameter to create a table. You can create a dynamic table inside a measure. but not a table
@itamarlopes , You can not use the slicer parameter to create a table. You can create a dynamic table inside a measure. but not a table
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 41 | |
| 32 | |
| 24 |