The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I am sorry if i selected the wrong section.
I am working on a pivot table. When I drag it, the value did not change.
Please see screenshoot below
Please tell how to fix it?
The month in formula is always "Apr". You should change it to the cell name.
Proud to be a Super User!
I tried it but got the following error.
What to do?
Let me try. Will let you know.
pls try something like below
=GETPIVOTDATA("[Measures].[downtimecount]",$B$3,"[Table5].[Station]","[Table5].[Station].&[ISB]","[Table5].[Month]","[Table5].[Month].&["&P19&"]")
Proud to be a Super User!
I am unable to do.
Can you please correct? I am pasting the formula.
=GETPIVOTDATA("[Measures].[Count of Downtime]",$O$18,"[Downtime].[Station]","[Downtime].[Station].&[ISB]","[MTBF Available Time].[Month]","[MTBF Available Time].[Month].&[Apr]")
pls try this
=GETPIVOTDATA("[Measures].[Count of Downtime]",$O$18,"[Downtime].[Station]","[Downtime].[Station].&[ISB]","[MTBF Available Time].[Month]","[MTBF Available Time].[Month].&["&P19&"]")
Proud to be a Super User!