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.
Hi team,
I need some assistance, I'm getting this error message(A table of multiple values was supplied when a single value was expected) how can I fix these please.
Here's the mesaure formula I created.
@Anonymous
Please check the measure CHARM_NEW_Vehiclesnew[Quarter Loading] or share it here.
It is causes the error due to multiple values being returned.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi Fowny,
Thanks for the swift response.
@Anonymous
Check the highlighted line where you have DATEADD. You need to provide a single value such as MAX(CHARM_NEW_Vehiclesnew[Date]). DATEDADD returns multiple valuues that's why you net an error.
If you can explain what exactly you are trying to calculate then, I will suggest the right solution.
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi Fowmy,
Thanks once again.
What I am trying to calculate if by fule type on month, quater and year as in the image below. but the formula from the excel file is
1. Issues below
Month=AL$43/$AA$43
Quarter: =SUM(AL$41:AL$43)/SUM($AA$41:$AA$43)--(SUM(AL$41:AL$43) to calulate the total number of vehicles per quarter / by the total number per quarter per fuel type SUM($AA$41:$AA$43
Year: =SUM(AL$32:AL$43)/SUM($AA$32:$AA$43) ( SUM(AL$32:AL$43 to calulate the total number of vehicles per month / by the total number per fuel type SUM($AA$32:$AA$43)
Please let me know if the above help to solve the problem