Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hello All,
I have a table where I am having data like below and I am having 20 measures.
I have my daily ,weekly and monthly data coming from table directly.
So I need to calculate quarterly in reporting side.
Since my trendtype column not having quarter value from db side so I created a table in power bi to show daily ,weekly ,monthly and quarterly values. and put in a slicer
Lets say if user selects trendtype as daily then daily data.
weekly then weekly data,
Monthly then monthly data
and qtly then qtly data.
I am not sure how to create a logic for quarter and show the quarter data when user selects quarter in the slicer
Could any one please help how to do
Below is my sample data
@Anonymous , Use an independent table with values week, month Quarter etc.
and the switch calculation based on selection
Switch(selectedvalue(Param[Period]),
"Weekly", [Week Measure],
"Monthly", [Month Measure],
"Quarterly", [Quarter Measure]
)
Same as the old measure slicer approach:How to create a Measure Slicer: https://youtu.be/b9352Vxuj-M
if you have separate measure already explore field parameters
Power BI Field Parameters — A Quick way for Dynamic Visuals: https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9afd
Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE
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 |
|---|---|
| 52 | |
| 39 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 34 | |
| 32 | |
| 29 |